Concepts
This commit is contained in:
parent
2a18050a14
commit
bdbe803b70
7 changed files with 114 additions and 25 deletions
|
@ -22,6 +22,7 @@ body {
|
|||
background-attachment: fixed;
|
||||
background-color: var(--color-bg-3);
|
||||
background-size: 100vw 100vh;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -133,21 +134,17 @@ main {
|
|||
}
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 12px;
|
||||
margin-top: 25px;
|
||||
border-top: 1px solid var(--color-text);
|
||||
}
|
||||
|
||||
footer a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
footer {
|
||||
padding: 12px 0;
|
||||
}
|
||||
}
|
||||
|
||||
li:not(:first-child) {
|
||||
padding-top: 8px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue