revises layouts and refactors SCSS styles

This commit is contained in:
Huy Tran 2018-07-23 12:15:56 +10:00
parent a557ee73fc
commit 7029ccd4f5
17 changed files with 741 additions and 596 deletions

View file

@ -1,3 +1,4 @@
$gray-0: #fafafa;
$gray-1: #f9f9f9;
$gray-2: #eee;
$gray-4: #ccc;
@ -71,6 +72,9 @@ $site__title-font-size: 3rem;
$copyright-font-size: 0.7rem;
// post navigation
$post--navigation-color: #c2255c;
// portfolio
$project__title-font-size: $h2-font-size;
$project__subtitle-font-size-big: $h3-font-size;