fixed footer on small displays
This commit is contained in:
@@ -143,9 +143,16 @@ body {
|
||||
background: rgba(110, 231, 183, 0.25);
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
.footer {
|
||||
flex-direction: row;
|
||||
height: 28;
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
h1 {
|
||||
font-size: 32px !important;
|
||||
}
|
||||
.footer {
|
||||
flex-direction: column;
|
||||
height: 36;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user