some styles

This commit is contained in:
Ayo Ayco 2018-03-12 08:38:58 +08:00
parent 9666e13120
commit 20bf0a7430

View file

@ -165,8 +165,13 @@ article .post-content p,
width: 100%; width: 100%;
} }
#about-me {
padding-top: 30px;
}
#donate-form { #donate-form {
height: 50px; height: 50px;
padding: 30px 0;
} }
#donate-form form { #donate-form form {
@ -295,14 +300,13 @@ nav#side-nav {
width: calc(30% - 30px); width: calc(30% - 30px);
margin: 45px 0 30px; margin: 45px 0 30px;
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25); box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25);
padding-top: 30px;
} }
.side-panel { .side-panel {
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: 0 15px 30px; padding: 0 15px;
} }
.page-content .wrapper .home { .page-content .wrapper .home {