Fixes About page

This commit is contained in:
Ketan Gupta
2016-07-03 00:11:41 +05:30
parent 8601168db3
commit a3ee0c6708
2 changed files with 31 additions and 8 deletions

View File

@ -538,3 +538,16 @@ footer {
text-align: center;
}
}
// ============== ABOUT ============== //
.about {
h4 {
font-size: 1.7em;
}
h1, h3, h5, h6 {
margin: 0px;
font-weight: 500;
font-size: 1.9em;
}
}