Reduce jumpiness hopefully

This commit is contained in:
Thomas Smith 2023-02-22 18:05:22 -05:00
parent cd18bab99b
commit fc1e535ea3
4 changed files with 2 additions and 35 deletions

View file

@ -4,7 +4,7 @@
<!-- Desktop/Tablet Package Display --> <!-- Desktop/Tablet Package Display -->
<span class="grid-package-display"> <span class="grid-package-display black-bg">
{{- partial "package-grid.html" . -}} {{- partial "package-grid.html" . -}}
</span> </span>

View file

@ -1,7 +1,7 @@
<!-- Package Grid --> <!-- Package Grid -->
<section> <section>
<div class="container"> <div class="container black-bg">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
{{- partial "search-menu.html" "searchTermDesktop" -}} {{- partial "search-menu.html" "searchTermDesktop" -}}

View file

@ -90,8 +90,6 @@ figure:hover{
.card-thumb-label h4 { .card-thumb-label h4 {
color: black; color: black;
font-size: .9vw;
line-height: 1vw;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }

View file

@ -1,36 +1,5 @@
/* Package Display Section */ /* 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{ .detail-btn{
float:right; 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;
}
}