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