Merge pull request #11 from fullhacker/dev-ayo

Dev ayo
This commit is contained in:
Ayo 2018-03-12 08:46:48 +08:00 committed by GitHub
commit aff1a0524e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,10 @@ article .post-content p,
width: 100%; width: 100%;
} }
#about-me {
padding-top: 30px 15px 15px;
}
#donate-form { #donate-form {
height: 50px; height: 50px;
padding: 30px 0; padding: 30px 0;
@ -302,7 +306,7 @@ nav#side-nav {
background-color: rgba(141, 191, 66, 0.97) !important; background-color: rgba(141, 191, 66, 0.97) !important;
color: white; color: white;
font-size: normal; font-size: normal;
padding: 15px; padding: 0 15px;
} }
.page-content .wrapper .home { .page-content .wrapper .home {