This website requires JavaScript.
Explore
Help
Sign In
Bauke
/
bauke-xyz
Watch
1
Fork
You've already forked bauke-xyz
0
Code
Releases
12
Activity
ce8be9e120
bauke-xyz
/
source
/
scss
/
components
/
_page-footer.scss
8 lines
97 B
SCSS
Raw
Normal View
History
Unescape
Escape
Add responsive containers to page components.
2022-03-28 12:12:06 +00:00
@use
'
mixins
'
;
Start over with Rust.
2021-08-26 15:52:13 +00:00
.
page-footer
{
Add responsive containers to page components.
2022-03-28 12:12:06 +00:00
@include
mixins
.
responsive-container
;
Change spacing.
2022-03-28 12:42:34 +00:00
margin-bottom
:
2
rem
;
Start over with Rust.
2021-08-26 15:52:13 +00:00
}