small css fixes
This commit is contained in:
parent
1ad2b5bb7e
commit
8a6ff6a829
@ -24,3 +24,11 @@ img {
|
|||||||
.page-images img{
|
.page-images img{
|
||||||
float: right
|
float: right
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.small-images img {
|
||||||
|
width: 100%;
|
||||||
|
padding: 1em 0 1em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -86,6 +86,10 @@ nav a:hover {
|
|||||||
color: var(--main-color)
|
color: var(--main-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote-ref {
|
||||||
|
color: var(--main-color)
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
}
|
}
|
||||||
@ -98,6 +102,11 @@ footer {
|
|||||||
|
|
||||||
#content {
|
#content {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
@ -108,6 +117,8 @@ footer {
|
|||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
color: black;
|
color: black;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-style: dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li {
|
nav li {
|
||||||
|
@ -24,3 +24,11 @@ img {
|
|||||||
.page-images img{
|
.page-images img{
|
||||||
float: right
|
float: right
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.small-images img {
|
||||||
|
width: 100%;
|
||||||
|
padding: 1em 0 1em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -86,6 +86,10 @@ nav a:hover {
|
|||||||
color: var(--main-color)
|
color: var(--main-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote-ref {
|
||||||
|
color: var(--main-color)
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
}
|
}
|
||||||
@ -98,6 +102,11 @@ footer {
|
|||||||
|
|
||||||
#content {
|
#content {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
@ -108,6 +117,8 @@ footer {
|
|||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
color: black;
|
color: black;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-style: dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li {
|
nav li {
|
||||||
|
Loading…
Reference in New Issue
Block a user