padding and img tweaks
This commit is contained in:
parent
81a958f1e7
commit
dc50a4c043
1 changed files with 11 additions and 1 deletions
|
@ -15,15 +15,25 @@ span.banner-fix {
|
|||
|
||||
header h1 {
|
||||
background-color: #aa1f55;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
header h2 {
|
||||
background-color: #aa1f55;
|
||||
font-family: 'Open Sans' Helvetica sans-serif;
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
|
||||
#main_content div[align=center] h1 {
|
||||
display: none;
|
||||
}
|
||||
#main_content div[align=center] img {
|
||||
display: block;
|
||||
margin-top: -83px;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
||||
border-radius: 8px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#forkme_banner {
|
||||
opacity: 0.1;
|
||||
|
|
Loading…
Reference in a new issue