Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Relates to #123.
  • Loading branch information
nickcernis committed Oct 29, 2018
1 parent fc0688b commit 6e44e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ th:first-child {
--------------------------------------------- */

.site-container {
animation: fadein 1s;
animation: fadein 1s;
word-wrap: break-word;
}

Expand Down Expand Up @@ -1105,12 +1105,12 @@ img.alignright,
.sub-menu-toggle::before {
display: inline-block;
text-rendering: auto;
transform: rotate( 0 );
transform: rotate( 0 );
transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
transform: rotate( 180deg );
transform: rotate( 180deg );
}

/* Header Menu
Expand Down

0 comments on commit 6e44e2d

Please sign in to comment.