Change favicon and WIP on header
This commit is contained in:
parent
1f3c63df86
commit
64082c408c
|
@ -65,8 +65,18 @@ body {
|
||||||
padding-left: 11rem;
|
padding-left: 11rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 921px) {
|
||||||
|
#subtitle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#title {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 463px) {
|
@media (max-width: 463px) {
|
||||||
.logo {
|
#title, #subtitle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -526,3 +536,7 @@ a.active {
|
||||||
.footer p {
|
.footer p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#subtitle{
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
<h1 class="no-margin heading-small"><?php $plxShow->mainTitle('link'); ?></h1>
|
<h1 id="title" class="no-margin heading-small"><?php $plxShow->mainTitle('link'); ?></h1>
|
||||||
<h2 class="h5 no-margin"><?php $plxShow->subTitle(); ?></h2>
|
<h2 id="subtitle" class="h5 no-margin"><?php $plxShow->subTitle(); ?></h2>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
BIN
img/favicon.png
BIN
img/favicon.png
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 |
Loading…
Reference in New Issue