Fix image aspect ratio, properly size nav on mobile
This commit is contained in:
parent
c6fae38083
commit
cd5848b300
1 changed files with 10 additions and 1 deletions
|
@ -10,6 +10,14 @@
|
|||
aside {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
aside div {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
aside div a {
|
||||
font-size: 125%;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -63,7 +71,8 @@ footer {
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
blog-img img {
|
||||
.article-img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue