bottom button fix

This commit is contained in:
Mikhail Kuznetcov
2021-04-06 13:16:24 +02:00
parent 2b2d6dbf9e
commit d6c6fb0d17
3 changed files with 5 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
.btn.btn-primary.big-red-button {
padding: .5em;
margin: 0 5%;
width: 95%;
width: 90%;
font-size: 0.8em;
}
}
@@ -51,11 +51,7 @@
.js-fh5co-nav-toggle.fh5co-nav-toggle {
margin-right: 20px;
}
/* @media screen and (max-width: 768px) {
.navbar-collapse.collapse ul li {
text-align: center;
}
} */
.navbar-fixed-top .navbar-brand img {
filter: invert(50%)
}

View File

@@ -1217,7 +1217,7 @@ h1, h2, h3, h4, h5, h6 {
}
#footer .gotop {
position: absolute;
top: -20px;
top: -30px;
left: 50%;
margin-left: -40px;
background: #fff;

View File

@@ -335,6 +335,7 @@
<div class="col-md-6 col-md-offset-3 text-center">
<p><a href="https://sessionize.com/simplewebconf-2021/" class="btn btn-primary btn-large big-red-button">Submit your talk now!</a></p>
<span>Call for papers closes 25 May 2021</span>
<br><br><br>
</div>
</div>
</div>
@@ -347,7 +348,7 @@
<p>&copy; Elate Free HTML5. All Rights Reserved. Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a></p>
</div>
</div>
<!-- <a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a> -->
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
</div>
</footer>