diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 |
commit | 927577f9f71e103be58196f8031a9fcd9e178ce9 (patch) | |
tree | 8213f7905c226e730714f4340aa749765d625f10 /_sass/_post.scss | |
parent | e579c803deb1ed1879d3db5de54730e325fd58af (diff) | |
download | popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.tar.xz popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.zip |
SASS templates have been removed
Diffstat (limited to '_sass/_post.scss')
-rw-r--r-- | _sass/_post.scss | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/_sass/_post.scss b/_sass/_post.scss deleted file mode 100644 index 08949f3..0000000 --- a/_sass/_post.scss +++ /dev/null @@ -1,51 +0,0 @@ -.post { - padding: 3rem 0; - - &-info { - color: $default-tint; - font-family: $serif-secondary; - letter-spacing: 0.5px; - text-align: center; - - span { - font-style: italic; - } - } - - &-title { - color: $default-shade; - font-family: $sans-serif; - font-size: 4rem; - margin: 1rem 0; - text-align: center; - } - - &-line { - border-top: 0.4rem solid $default-shade; - display: block; - margin: 0 auto 3rem; - width: 4rem; - } - - p { - margin: 0 0 1rem; - text-align: justify; - } - - a:hover { - text-decoration: underline; - } - - img { - margin: 0 auto 0.5rem; - } - - img+em { - color: $default-tint; - display: block; - font-family: $sans-serif; - font-size: 0.9rem; - font-style: normal; - text-align: center; - } -} |