Accessibility stuff
This commit is contained in:
parent
5472d7c7c7
commit
bb3f6afc81
3 changed files with 34 additions and 34 deletions
|
|
@ -146,7 +146,7 @@ .sidebar {
|
|||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.main {
|
||||
main {
|
||||
flex-basis: 0;
|
||||
flex-grow: 999;
|
||||
min-inline-size: 50%;
|
||||
|
|
@ -154,18 +154,18 @@ .main {
|
|||
|
||||
.navbar,
|
||||
.content,
|
||||
.header,
|
||||
.footer {
|
||||
header,
|
||||
footer {
|
||||
margin: 10px 10px 0 0;
|
||||
}
|
||||
|
||||
.header,
|
||||
.footer,
|
||||
header,
|
||||
footer,
|
||||
.navbar {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
footer {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-rows: 1fr;
|
||||
|
|
@ -173,7 +173,7 @@ .footer {
|
|||
grid-row-gap: 0;
|
||||
}
|
||||
|
||||
.footer div:last-child {
|
||||
footer div:last-child {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
@ -209,12 +209,12 @@ a.button:hover img {
|
|||
opacity: 80%;
|
||||
}
|
||||
|
||||
.main > .section,
|
||||
main > .section,
|
||||
.sidebar > .section {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.main > .section:last-child,
|
||||
main > .section:last-child,
|
||||
.sidebar > .section:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue