mirror of
https://github.com/ivabus/www
synced 2024-11-23 04:35:06 +03:00
type/sizing
This commit is contained in:
parent
c0474cbbcf
commit
d49e616283
3 changed files with 3 additions and 3 deletions
|
@ -241,7 +241,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container{
|
.button-container{
|
||||||
padding: 0vw 10vw !important;
|
padding: 0vw 8vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dev-count{
|
.dev-count{
|
||||||
|
|
|
@ -37,7 +37,7 @@ html,body{
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
.container{
|
.container{
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
padding: 10vw 5vw;
|
padding: 5vw 5vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -230,7 +230,7 @@ li{
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 20vw;
|
font-size: 24vw;
|
||||||
line-height: 5rem;
|
line-height: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue