mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:55:16 +03:00
Revert "Added spacing ultilities page based on grid box height"
This reverts commit ea4ea4b10f
.
This commit is contained in:
parent
ea4ea4b10f
commit
84abfcb707
|
@ -160,7 +160,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<section class="teal-bg two-boxes">
|
||||
<section class="teal-bg">
|
||||
<div class="container tea-cli-container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
@ -183,7 +183,7 @@
|
|||
</style>
|
||||
|
||||
<section>
|
||||
<div class="container two-boxes">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<h3>The new foundation of the internet.</h3>
|
||||
</div>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
.modal-image{
|
||||
background-image: url("/Images/gen-art/abstract-pattern.png");
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
<link rel="stylesheet" href="/css/products.css">
|
||||
<link rel="stylesheet" href="/css/accordion.css">
|
||||
<link rel="stylesheet" href="/css/nebraska-man.css">
|
||||
<link rel="stylesheet" href="/css/spacing.css">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/* This file is entirely for spacing utlilities. Spacing is based of the grid-box height/width and various viewer widths. */
|
||||
|
||||
/* Height spacers */
|
||||
|
||||
|
||||
|
||||
.three-boxes{
|
||||
padding-top: 12.556vw;
|
||||
padding-bottom: 12.556vw;
|
||||
}
|
||||
|
||||
.two-boxes{
|
||||
padding-top: 8.371vw;
|
||||
padding-bottom: 8.371vw;
|
||||
}
|
||||
|
||||
.one-box{
|
||||
padding-top: 4.185vw;
|
||||
padding-bottom: 4.185vw;
|
||||
}
|
Loading…
Reference in a new issue