mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:25:07 +03:00
CSS fix --broke the HR styling
This commit is contained in:
parent
c37b85965d
commit
6921e4b9ab
1 changed files with 2 additions and 3 deletions
|
@ -274,9 +274,9 @@ li{
|
||||||
@media only screen and (max-width: 576px) and (max-width: 768px){
|
@media only screen and (max-width: 576px) and (max-width: 768px){
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 20vw;
|
font-size: 20vw !important;
|
||||||
line-height: 10vw;
|
line-height: 10vw;
|
||||||
margin-top: -20px;
|
margin-top: 1vw;
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -346,7 +346,6 @@ li{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* Spacers & Dividers */
|
/* Spacers & Dividers */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue