small css fixes

This commit is contained in:
theo1 2023-12-28 11:19:45 +01:00
parent 1ad2b5bb7e
commit 8a6ff6a829
4 changed files with 38 additions and 0 deletions

View File

@ -24,3 +24,11 @@ img {
.page-images img{
float: right
}
@media (max-width: 900px) {
.small-images img {
width: 100%;
padding: 1em 0 1em 0;
}
}

View File

@ -86,6 +86,10 @@ nav a:hover {
color: var(--main-color)
}
.footnote-ref {
color: var(--main-color)
}
footer {
padding: 50px;
}
@ -98,6 +102,11 @@ footer {
#content {
max-width: 100%;
text-align: left;
}
h2 {
font-size: 1.7em;
}
nav {
@ -108,6 +117,8 @@ footer {
nav a {
color: black;
text-decoration: underline;
text-decoration-style: dotted;
}
nav li {

View File

@ -24,3 +24,11 @@ img {
.page-images img{
float: right
}
@media (max-width: 900px) {
.small-images img {
width: 100%;
padding: 1em 0 1em 0;
}
}

View File

@ -86,6 +86,10 @@ nav a:hover {
color: var(--main-color)
}
.footnote-ref {
color: var(--main-color)
}
footer {
padding: 50px;
}
@ -98,6 +102,11 @@ footer {
#content {
max-width: 100%;
text-align: left;
}
h2 {
font-size: 1.7em;
}
nav {
@ -108,6 +117,8 @@ footer {
nav a {
color: black;
text-decoration: underline;
text-decoration-style: dotted;
}
nav li {