parent
7679383f96
commit
d2272258e0
1 changed files with 8 additions and 0 deletions
|
|
@ -87,6 +87,11 @@ nav.article-nav {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// force there to be some space between the nav directions
|
||||||
|
ul li {
|
||||||
|
max-width: 40vw;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
@include reset-list();
|
@include reset-list();
|
||||||
@include chonky-link-underline($thickness: 1px);
|
@include chonky-link-underline($thickness: 1px);
|
||||||
|
|
@ -177,6 +182,9 @@ img {
|
||||||
// is missing
|
// is missing
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
color: #0f0;
|
color: #0f0;
|
||||||
|
|
||||||
|
// stop images from overflowing
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.image {
|
div.image {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue