mirror of
https://github.com/ivabus/www
synced 2024-11-22 20:15:05 +03:00
Reverted <p> to default; padding for feature row
This commit is contained in:
parent
ff127d05a6
commit
8f9b311f71
2 changed files with 3 additions and 21 deletions
|
@ -170,14 +170,14 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row feature-row p-xl-5 p-lg-5 p-md-3 p-sm-1 p-2 one-box-down">
|
||||
<div class="col-xl-7 col-lg-7 col-md-6 col-sm-12 col-12 flex">
|
||||
<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="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>
|
||||
</div>
|
||||
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-12 xol-12">
|
||||
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-12 xol-12 pb-5">
|
||||
<div class="feature-terminal">
|
||||
<div class="terminal-bar black-bg flex-start p-1 ps-3">
|
||||
<div class="traffic-light"></div>
|
||||
|
|
|
@ -116,9 +116,6 @@ a:hover{
|
|||
margin-bottom: 2.232vw;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 1.116vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
|
@ -165,9 +162,6 @@ a:hover{
|
|||
margin-bottom: 2.232vw;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 1.667vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
@ -211,10 +205,6 @@ a:hover{
|
|||
line-height: 3.5vw !important;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 2.016vw;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) and (max-width: 768px){
|
||||
|
@ -254,10 +244,6 @@ a:hover{
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
@ -294,10 +280,6 @@ a:hover{
|
|||
line-height: 6vw !important;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
a.nav-link.footer-link.small{
|
||||
font-size: 3vw;
|
||||
padding-left: 0px !important;
|
||||
|
|
Loading…
Reference in a new issue