Change to new logo
This commit is contained in:
parent
4ae940aede
commit
f867ac5bfe
4 changed files with 120 additions and 2 deletions
|
@ -83,6 +83,7 @@
|
|||
}
|
||||
|
||||
#quay-logo {
|
||||
margin-left: 10px;
|
||||
height: 36px;
|
||||
width: 100px;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -91,6 +92,10 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
#quay-logo.hosted-logo {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#padding-container {
|
||||
padding: 20px;
|
||||
padding-top: 20px;
|
||||
|
|
Reference in a new issue