Edits to spacing

This commit is contained in:
Thomas Smith 2022-09-26 18:21:22 -04:00
parent 26374b9082
commit b5f1f993d0
2 changed files with 35 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<section class="footer">
<hr>
<div class="container" style="padding-top: 0vw; padding-bottom: 0vw;">
<div class="row" style="margin: 4.185vw 0vw;">
<div class="container">
<div class="row">
<div class="col-lg-8 footer-content">
<h4>Equitable open-source for <span id="cycle">web3</span></h4>
<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.</p>

View file

@ -6,9 +6,39 @@ html,body{
overflow-x: hidden;
}
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
@media only screen and (min-width: 1200px) {
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.container{
max-width: 1920px;
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
}
}
@media only screen and (max-width: 576px) {
.container{
max-width: 1920px;
padding: 10vw 5vw;
}
}
@media only screen and (min-width: 1200px) {