mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Cleaning up CSS
This commit is contained in:
parent
8459cc9369
commit
829c9ab881
1 changed files with 13 additions and 4 deletions
|
@ -38,7 +38,7 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0 0 25px;
|
margin: 0 0 15px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -48,7 +48,7 @@ h6 {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 15px;
|
margin: 0 0 15px;
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ input[type="text"] {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 25px 0 0 0;
|
margin: 15px 0 0 0;
|
||||||
-moz-border-radius: 0px 3px 3px 0px;
|
-moz-border-radius: 0px 3px 3px 0px;
|
||||||
-webkit-border-radius: 0px 3px 3px 0px;
|
-webkit-border-radius: 0px 3px 3px 0px;
|
||||||
border-radius: 0px 3px 3px 0px;
|
border-radius: 0px 3px 3px 0px;
|
||||||
|
@ -197,7 +197,7 @@ input[type="text"]:focus {
|
||||||
background: #488c1d;
|
background: #488c1d;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 25px 0 0 0;
|
margin: 15px 0 0 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
-moz-border-radius: 3px 0px 0px 3px;
|
-moz-border-radius: 3px 0px 0px 3px;
|
||||||
-webkit-border-radius: 3px 0px 0px 3px;
|
-webkit-border-radius: 3px 0px 0px 3px;
|
||||||
|
@ -207,6 +207,13 @@ input[type="text"]:focus {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
margin: 0 0 25px;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
@ -221,9 +228,11 @@ font-size: 21px;
|
||||||
}
|
}
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
margin: 25px 0 0 0;
|
||||||
}
|
}
|
||||||
#ipbox {
|
#ipbox {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
margin: 25px 0 0 0;
|
||||||
}
|
}
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|
Loading…
Reference in a new issue