mirror of
https://github.com/ivabus/www
synced 2024-11-14 20:05:06 +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
4 changed files with 3 additions and 23 deletions
|
@ -160,7 +160,7 @@
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="teal-bg two-boxes">
|
<section class="teal-bg">
|
||||||
<div class="container tea-cli-container">
|
<div class="container tea-cli-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="container two-boxes">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h3>The new foundation of the internet.</h3>
|
<h3>The new foundation of the internet.</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
.modal-image{
|
.modal-image{
|
||||||
background-image: url("/Images/gen-art/abstract-pattern.png");
|
background-image: url("/Images/gen-art/abstract-pattern.png");
|
||||||
|
background-attachment: fixed;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
<link rel="stylesheet" href="/css/products.css">
|
<link rel="stylesheet" href="/css/products.css">
|
||||||
<link rel="stylesheet" href="/css/accordion.css">
|
<link rel="stylesheet" href="/css/accordion.css">
|
||||||
<link rel="stylesheet" href="/css/nebraska-man.css">
|
<link rel="stylesheet" href="/css/nebraska-man.css">
|
||||||
<link rel="stylesheet" href="/css/spacing.css">
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
|
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