14 lines
214 B
SCSS
Raw Normal View History

2019-04-03 15:29:46 +02:00
#footer{
width: 100%;
background: grey;
2019-05-01 19:59:32 +02:00
@include inlineflex;
.sub-content{
width: calc((100% / 3) - 40px);
border-top: 1px solid black;
margin: 20px;
h3{
margin-top: 20px;
}
2019-04-05 00:19:26 +02:00
}
}