16 lines
215 B
SCSS
16 lines
215 B
SCSS
|
|
main ul {
|
||
|
|
font-family: opensans, sans-serif;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
main li {
|
||
|
|
margin-left: 30px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inlineIcons {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|