mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-07-01 05:56:16 +00:00
flasky flasky
This commit is contained in:
parent
e6e2714a95
commit
40baf07fe1
36 changed files with 1035 additions and 1365 deletions
25
static/css/_footer.scss
Normal file
25
static/css/_footer.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
.footer {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
background-color: $black;
|
||||
color: $white;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.footer {
|
||||
background-color: $white;
|
||||
color: $black;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue