mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
new style
This commit is contained in:
@@ -48,7 +48,7 @@ button:-moz-focusring {
|
|||||||
/* --- start --- */
|
/* --- start --- */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding: 0 40px 100px;
|
padding-bottom: 100px;
|
||||||
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
@@ -60,6 +60,21 @@ body {
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.static,
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
.col-lbl,
|
||||||
|
p,
|
||||||
|
.button-container,
|
||||||
|
#support-plans-slider {
|
||||||
|
margin-left: 40px;
|
||||||
|
margin-right: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.static {
|
.static {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -344,7 +359,7 @@ hr {
|
|||||||
|
|
||||||
@media (max-width: 550px) {
|
@media (max-width: 550px) {
|
||||||
body {
|
body {
|
||||||
padding: 0 0 40px;
|
padding-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.static,
|
.static,
|
||||||
|
|||||||
Reference in New Issue
Block a user