mirror of
https://github.com/ivabus/www
synced 2024-11-13 05:45:15 +03:00
Button padding for large screens
This commit is contained in:
parent
8e22963af4
commit
65a2cc455b
|
@ -85,7 +85,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container{
|
.button-container{
|
||||||
padding: 0vw 8.929vw;
|
padding: 0vw 11vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icon Styling */
|
/* Icon Styling */
|
||||||
|
|
|
@ -240,6 +240,13 @@ hr{
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||||
|
|
||||||
|
.hero-section{
|
||||||
|
background-image: url("/Images/large-grid.svg");
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-position: top;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: contain; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||||
|
|
Loading…
Reference in a new issue