Cards top margin
This commit is contained in:
parent
8d5ecba3bc
commit
9b75ce867d
@ -23,6 +23,10 @@ footer, .map {
|
|||||||
height:10px;
|
height:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.m4 {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -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{
|
||||||
|
Reference in New Issue
Block a user