Post refactor to hold everything its own (#88)

This commit is contained in:
Khosrow Moossavi
2018-10-03 14:06:20 -04:00
committed by Luiz F. A. de Prá
parent f834f18de2
commit 4426c889fd
11 changed files with 81 additions and 47 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"Target":"css/coder.min.4a8dda2d21e45ad90d61a0816771871321476edace917e4e9973e8efbe852ff6.css","MediaType":"text/css","Data":{"Integrity":"sha256-So3aLSHkWtkNYaCBZ3GHEyFHbtrOkX5OmXPo776FL/Y="}}
{"Target":"css/coder.min.578f8fce262e4c448c239b69661084c57507b89d51b8d04de15cd1d8f8135600.css","MediaType":"text/css","Data":{"Integrity":"sha256-V4+PziYuTESMI5tpZhCExXUHuJ1RuNBN4VzR2PgTVgA="}}

View File

@@ -171,6 +171,12 @@ img {
.float-left {
float: left; }
.fab {
font-weight: 400; }
.fas {
font-weight: 900; }
.content {
flex: 1;
margin-top: 1.6rem;
@@ -188,6 +194,8 @@ img {
@media only screen and (max-device-width: 768px) {
.content article header h2 {
font-size: 1.6rem; } }
.content article footer {
margin-top: 1.0rem; }
.avatar img {
width: 20rem;
@@ -202,7 +210,7 @@ img {
list-style: none;
padding: 0; }
.list ul li {
font-size: 1.6rem; }
font-size: 1.8rem; }
@media only screen and (max-device-width: 768px) {
.list ul li {
margin: 1.6rem 0 1.6rem 0; } }