css: Use SCSS nesting for `.footer section` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 02:14:18 +05:30 committed by Tim Abbott
parent d389885fe4
commit fb1427bc2f
1 changed files with 13 additions and 16 deletions

View File

@ -520,24 +520,21 @@ input.text-error {
vertical-align: top;
text-align: left;
}
.footer section h3 {
text-transform: uppercase;
font-size: 1em;
font-weight: 600;
line-height: 1.2;
h3 {
text-transform: uppercase;
font-size: 1em;
font-weight: 600;
line-height: 1.2;
margin-bottom: 5px;
}
margin-bottom: 5px;
}
.footer section ul {
color: hsl(0, 0%, 67%);
list-style-type: none;
margin-left: 0;
font-weight: 400;
ul {
color: hsl(0, 0%, 67%);
list-style-type: none;
margin-left: 0;
font-weight: 400;
}
}
/* -- end new footer -- */