Skip to content

Commit

Permalink
Update woid.css to fix archive page
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Jul 1, 2017
1 parent 7a84b9c commit eb487c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions woid/static/css/woid.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ th {
box-sizing: border-box;
}

html,
html,
body {
height: 100%;
}
Expand Down Expand Up @@ -475,7 +475,7 @@ header > a {
font-weight: 700;
text-decoration: none;
margin-right: 20px;
font-size: 16px;
font-size: 16px;
}

header nav {
Expand Down Expand Up @@ -538,8 +538,8 @@ ul.paginator li {
display: inline;
}

h1,
h2,
h1,
h2,
h3 {
font-weight: 500;
}
Expand Down Expand Up @@ -741,6 +741,7 @@ main h2 small {
width: 25%;
float: left;
padding: 10px;
height: 190px;
}

@media (max-width: 768px) {
Expand Down

0 comments on commit eb487c3

Please sign in to comment.