mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Replace h1 with div for logo, should make customization easier
This commit is contained in:
parent
2f24e82f38
commit
32323b4980
2 changed files with 3 additions and 3 deletions
|
@ -135,7 +135,7 @@ img {
|
|||
|
||||
.logo img {
|
||||
margin-top: 4%;
|
||||
width: 4em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.logged .logo {
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
</head>
|
||||
<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>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div class="overlay">
|
||||
{{#flash_win}}
|
||||
|
|
Loading…
Reference in a new issue