Update styles.css
Fixing header logo layout css
This commit is contained in:
parent
9cfda2fdc8
commit
642b782fcc
1 changed files with 13 additions and 13 deletions
|
@ -88,19 +88,19 @@ select {
|
||||||
background-color: #242424;
|
background-color: #242424;
|
||||||
}
|
}
|
||||||
|
|
||||||
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: 100%;
|
||||||
max-height: 90%;
|
padding: 1em;
|
||||||
padding: 10px;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Version Notification Starts*/
|
/* Version Notification Starts*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue