mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 16:26:26 +00:00
Improve buttons spacing in footer
This commit is contained in:
parent
a1b08e75a5
commit
145a39045f
4
dist/index.html
vendored
4
dist/index.html
vendored
@ -31,7 +31,9 @@
|
|||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
justify-content: space-around;
|
||||||
|
width: 100%;
|
||||||
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user