no page fix bugs

This commit is contained in:
danamir
2020-05-10 19:57:08 +03:00
parent e3a710897f
commit b83056a22d
4 changed files with 24 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
body{
background: url(../img/yesback.jpg);
margin: 0;
padding: 0;
background: url(../img/yesback.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
@@ -59,9 +59,6 @@ img{
height: 50px;
border-radius: 24px;
}
#mainpage{
vertical-align: middle;
}
/*Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
@@ -73,10 +70,12 @@ img{
div.row h1{
font-size: 20pt;
margin-top: 10px;
}
div.row h2{
font-size: 10pt;
margin-top: 10px;
}
container-fluid{