Responsiveness for feature row

This commit is contained in:
Thomas Smith 2023-01-24 12:19:09 -05:00
parent 8f9b311f71
commit c8ef5e9e2b
2 changed files with 6 additions and 31 deletions

View file

@ -171,13 +171,16 @@
</div>
<div class="row feature-row p-xl-5 p-lg-5 p-md-3 p-sm-1 p-3 one-box-down">
<div class="col-xl-7 col-lg-7 col-md-6 col-sm-12 col-12 pt-5 pb-3 flex">
<div class="col-xl-7 col-lg-7 col-md-6 col-sm-12 col-12 pt-xl-0 pt-lg-0 pt-md-0 pt-sm-5 pt-5 pb-3 flex">
<div class="feature-content">
<h2>tea magic</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div class="mb-xl-0 mb-lg-0 mb-md-0 mb-sm-5 mb-5">
{{- partial "purple-btn-large.html" -}}
</div>
</div>
</div>
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-12 xol-12 pb-5">
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-12 xol-12 pb-xl-0 pb-lg-0 pb-md-0 pb-sm-5 pb-5">
<div class="feature-terminal">
<div class="terminal-bar black-bg flex-start p-1 ps-3">
<div class="traffic-light"></div>
@ -267,7 +270,7 @@
.feature-terminal{
width: 100%;
height: auto;
height: 100%;
border: 2px solid gray;
background-color: #1a1a1a;
border-radius: 10px;

View file

@ -110,12 +110,6 @@ a:hover{
margin-bottom: 1.2vw;
}
.lead{
font-size: 1.5vw !important;
line-height: 2.3vw !important;
margin-bottom: 2.232vw;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
@ -156,12 +150,6 @@ a:hover{
margin-bottom: 1.2vw;
}
.lead{
font-size: 2vw !important;
line-height: 2.8vw !important;
margin-bottom: 2.232vw;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
@ -200,11 +188,6 @@ a:hover{
line-height: 5vw;
}
.lead{
font-size: 2.419vw !important;
line-height: 3.5vw !important;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px){
@ -238,12 +221,6 @@ a:hover{
line-height: 45px;
}
.lead{
font-size: 3.125vw !important;
line-height: 3.776vw !important;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 576px) {
@ -275,11 +252,6 @@ a:hover{
line-height: 9vw;
}
.lead{
font-size: 4.800vw !important;
line-height: 6vw !important;
}
a.nav-link.footer-link.small{
font-size: 3vw;
padding-left: 0px !important;