mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:45:05 +03:00
Reduce jumpiness hopefully
This commit is contained in:
parent
cd18bab99b
commit
fc1e535ea3
4 changed files with 2 additions and 35 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<!-- Desktop/Tablet Package Display -->
|
||||
|
||||
<span class="grid-package-display">
|
||||
<span class="grid-package-display black-bg">
|
||||
{{- partial "package-grid.html" . -}}
|
||||
</span>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- Package Grid -->
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="container black-bg">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
{{- partial "search-menu.html" "searchTermDesktop" -}}
|
||||
|
|
|
@ -90,8 +90,6 @@ figure:hover{
|
|||
|
||||
.card-thumb-label h4 {
|
||||
color: black;
|
||||
font-size: .9vw;
|
||||
line-height: 1vw;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
|
@ -1,36 +1,5 @@
|
|||
/* Package Display Section */
|
||||
|
||||
.grid-square{
|
||||
margin-bottom: 1.116vw;
|
||||
height: 17.857vw;
|
||||
background-color: gray;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.package-label{
|
||||
font-size: 0.781vw;
|
||||
float:left;
|
||||
padding: 0.558vw 0vw;
|
||||
}
|
||||
|
||||
.detail-btn{
|
||||
float:right;
|
||||
}
|
||||
|
||||
.package-grid{
|
||||
padding-top: 0vw !important;
|
||||
padding-bottom: 0vw !important;
|
||||
background-image: url("/Images/x-large-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
||||
.package-grid{
|
||||
padding-left: 0vw !important;
|
||||
padding-right: 0vw !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue