mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-07 11:26:25 +00:00
10 lines
246 B
SCSS
10 lines
246 B
SCSS
|
/* ==========================================================================
|
||
|
Footer
|
||
|
========================================================================== */
|
||
|
|
||
|
.c-footer {
|
||
|
width: 100%;
|
||
|
height: 300px;
|
||
|
background: $c__light-grey;
|
||
|
}
|