mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Make the bar in the 90s page always stick to bottom
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
ddcd029e46
commit
15f92e0052
1 changed files with 4 additions and 5 deletions
|
@ -39,6 +39,9 @@ body {
|
|||
min-height: 100vh;
|
||||
max-width: 1500px;
|
||||
text-rendering: optimizeSpeed;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -94,11 +97,7 @@ h2 * {
|
|||
}
|
||||
|
||||
footer {
|
||||
/* position: fixed; */
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
|
|
Loading…
Add table
Reference in a new issue