mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
specify logo to not repeat when container is bigger
This commit is contained in:
parent
d2de6e7a66
commit
ba82175e11
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
|
|||
|
||||
#header .logo {
|
||||
background-image: url(../img/logo.svg);
|
||||
background-repeat: no-repeat;
|
||||
width: 250px;
|
||||
height: 118px;
|
||||
margin: 0 auto;
|
||||
|
|
@ -84,6 +85,7 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
|
|||
|
||||
#header .logo-wide {
|
||||
background-image: url(../img/logo-wide.svg);
|
||||
background-repeat: no-repeat;
|
||||
width: 147px;
|
||||
height: 32px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue