Added comments.

This commit is contained in:
Marcus Scholz 2020-09-06 00:30:04 +02:00
parent 5cd481bf40
commit 687637af93
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@ $primary-line-color: $-almost-white;
}
}
// Use flexbox
&__flex {
display: flex;
flex-flow: row wrap;
@ -77,6 +78,7 @@ $primary-line-color: $-almost-white;
padding: 0 20px;
}
// Big letters of "EXPLORE WITH US"
&__social-explore {
display: flex;
align-items: center;
@ -84,6 +86,7 @@ $primary-line-color: $-almost-white;
color: $-almost-white
}
// Small letters of "EXPLORE WITH US"
&__social-small {
font-size: 0.6em;
padding: 0px 20px
@ -113,6 +116,7 @@ $primary-line-color: $-almost-white;
color: $-almost-white
}
// Media queries using global widths.
@media(max-width: $-viewport-normal) {
.LP-Footer__list-header {
font-size: 2em