First version
This commit is contained in:
19
assets/css/footer.sass
Normal file
19
assets/css/footer.sass
Normal file
@ -0,0 +1,19 @@
|
||||
.footer
|
||||
border-top: 0.2rem solid $color-primary
|
||||
margin: 4rem auto 2rem
|
||||
padding: 1rem 2rem
|
||||
line-height: normal
|
||||
align-items: flex-end
|
||||
|
||||
.cell
|
||||
flex: auto
|
||||
|
||||
@media screen and (max-width: 599px)
|
||||
.footer
|
||||
padding: 0
|
||||
margin-bottom: 1rem
|
||||
text-align: center
|
||||
align-items: center
|
||||
|
||||
.-right
|
||||
text-align: center
|
Reference in New Issue
Block a user