mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-23 14:19:18 +02:00
Added extra small screen layout
This commit is contained in:
parent
45e2657cd1
commit
1799f16ac5
4 changed files with 22 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
footer {
|
||||
padding: 1rem;
|
||||
margin: 2rem;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 0;
|
||||
background: var(--container-background-color);
|
||||
display: flex;
|
||||
|
@ -54,4 +54,11 @@
|
|||
align-items: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
footer {
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue