Change to new logo

This commit is contained in:
Joseph Schorr 2015-10-22 14:56:36 -04:00
parent 4ae940aede
commit f867ac5bfe
4 changed files with 120 additions and 2 deletions

View file

@ -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;