minor css adjustments

This commit is contained in:
lza_menace 2020-07-02 18:56:30 -07:00
parent d2c7d912e6
commit a52c0c11b4
2 changed files with 13 additions and 1 deletions

View File

@ -2064,7 +2064,8 @@ input, select, textarea {
#header {
position: relative;
background: #ffffff;
background-image: : url("https://git.wownero.com/wownero/wow-assets/raw/branch/master/WOW-WOW-720x234.png");
background-repeat: repeat-x;
border-bottom: solid 1px #ccc;
padding: 5em 0 4em 0;
text-align: center;

View File

@ -307,3 +307,14 @@ p.subheader {
margin: .5em auto;
padding-bottom: 1em;
}
#slim-header {
text-align: center;
}
#slim-header > p {
display: block;
font-style: italic;
margin: 0;
padding-bottom: 0;
}