Update styles.css

Fixing header logo layout css
This commit is contained in:
Xabi Spacebiker 2018-02-22 12:05:04 +01:00 committed by GitHub
parent 9cfda2fdc8
commit 642b782fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,16 +91,16 @@ select {
div.logo-container div.logo-container
{ {
position: absolute; position: absolute;
margin-top: -5px; width: 150px;
width: 152px;
height: 100px; height: 100px;
text-align: center; text-align: center;
} }
img.logo img.logo
{ {
max-width: 100%; max-width: 100%;
max-height: 90%; max-height: 100%;
padding: 10px; padding: 1em;
box-sizing: border-box;
} }
/* Version Notification Starts*/ /* Version Notification Starts*/