Verbeterde navigatie, aria-labels, optimaliseren CSS
This commit is contained in:
parent
53310dd1f6
commit
9c7ec523c5
8 changed files with 102 additions and 86 deletions
|
|
@ -68,13 +68,16 @@ footer {
|
|||
column-gap: 1px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, strong, b {
|
||||
h1, h2, h3 {
|
||||
//font-size: inherit;
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
//text-transform: uppercase;
|
||||
}
|
||||
|
||||
h4, h5, strong, b {
|
||||
font-size: inherit;
|
||||
font-weight: 600;
|
||||
}
|
||||
// Highlight-box om bijvoorbeeld onze evenementen opvallend op homepage te laten zien
|
||||
.highlight-box {
|
||||
border-radius: 4px;
|
||||
|
|
@ -218,10 +221,6 @@ ul, ol {
|
|||
// // text-align: justify;
|
||||
//}
|
||||
|
||||
h2.post {
|
||||
padding-top: .5rem;
|
||||
}
|
||||
|
||||
.list li {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
|
@ -255,11 +254,16 @@ h2.post {
|
|||
.m-sm {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
img.shownormal {
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
.post-date {
|
||||
margin: 5% 0 5%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue