mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-22 22:09:17 +02:00
Fixed Header title on ultra-thin layout
This commit is contained in:
parent
6c5f82ad31
commit
3c3e128475
1 changed files with 3 additions and 0 deletions
|
@ -72,11 +72,14 @@
|
||||||
@media screen and (max-width: 550px) {
|
@media screen and (max-width: 550px) {
|
||||||
header h1 {
|
header h1 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
float:none;
|
||||||
|
margin-left: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue