Change favicon and WIP on header

This commit is contained in:
PEGeoffroy 2019-09-13 14:48:20 +02:00
parent 1f3c63df86
commit 64082c408c
4 changed files with 17 additions and 3 deletions

View File

@ -65,8 +65,18 @@ body {
padding-left: 11rem;
}
@media (max-width: 921px) {
#subtitle {
display: none;
}
#title {
margin-top: 20px;
}
}
@media (max-width: 463px) {
.logo {
#title, #subtitle {
display: none;
}
}
@ -526,3 +536,7 @@ a.active {
.footer p {
margin: 0;
}
#subtitle{
margin-top: 10px;
}

View File

@ -29,8 +29,8 @@
<div class="logo">
<h1 class="no-margin heading-small"><?php $plxShow->mainTitle('link'); ?></h1>
<h2 class="h5 no-margin"><?php $plxShow->subTitle(); ?></h2>
<h1 id="title" class="no-margin heading-small"><?php $plxShow->mainTitle('link'); ?></h1>
<h2 id="subtitle" class="h5 no-margin"><?php $plxShow->subTitle(); ?></h2>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB