small css fixes
This commit is contained in:
parent
1ad2b5bb7e
commit
8a6ff6a829
@ -24,3 +24,11 @@ img {
|
||||
.page-images img{
|
||||
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)
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
@ -24,3 +24,11 @@ img {
|
||||
.page-images img{
|
||||
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)
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
Loading…
Reference in New Issue
Block a user