making the logo centered, main menu is now below the logo

This commit is contained in:
Jeferson Lesbão de Siqueira 2017-01-09 06:10:11 -02:00 committed by aajjbb
parent 91b0b2c0a7
commit e4737ff4b4
1 changed files with 18 additions and 0 deletions

View File

@ -100,6 +100,24 @@ blockquote{
}
/**** Center Logo ****/
#center-logo img {
padding-top: 20px;
width: 20%;
margin-left: 40%;
}
/**** Center Logo ****/
#center-logo img {
padding-top: 20px;
width: 20%;
margin-left: 40%;
}
/**** Main Menu ***/