Replace h1 with div for logo, should make customization easier

This commit is contained in:
Alexandre Aubin 2019-02-23 21:01:32 +01:00
parent 2f24e82f38
commit 32323b4980
2 changed files with 3 additions and 3 deletions

View file

@ -135,7 +135,7 @@ img {
.logo img { .logo img {
margin-top: 4%; margin-top: 4%;
width: 4em; width: 10em;
} }
.logged .logo { .logged .logo {

View file

@ -35,9 +35,9 @@
</head> </head>
<body class="ynh-user-portal {{#connected}}logged{{/connected}}"> <body class="ynh-user-portal {{#connected}}logged{{/connected}}">
<h1 id="logo" class="logo"> <div id="logo" class="logo">
<img src="assets/img/logo-ynh-white.svg"/><span class="element-invisible">Yunohost</span> <img src="assets/img/logo-ynh-white.svg"/><span class="element-invisible">Yunohost</span>
</h1> </div>
<div class="overlay"> <div class="overlay">
{{#flash_win}} {{#flash_win}}