Cards top margin

This commit is contained in:
teras 2017-10-08 16:22:17 +03:00
parent 8d5ecba3bc
commit 9b75ce867d
2 changed files with 8 additions and 1 deletions

View File

@ -23,6 +23,10 @@ footer, .map {
height:10px; height:10px;
} }
.m4 {
margin-top: 30px;
}
a:link { a:link {
color: white; color: white;
} }

View File

@ -48,12 +48,15 @@ h1, h2 {
color: #3498db; color: #3498db;
} }
.m3 {
margin-top: 30px;
}
footer, .map { footer, .map {
background-color: #34495e !important; background-color: #34495e !important;
} }
.card{ .card{
padding-top: 31px;
margin: 0 auto; margin: 0 auto;
} }
.progress{ .progress{