mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
Cleaning up CSS
This commit is contained in:
parent
9a762a6d6e
commit
3fda5f4750
1 changed files with 4 additions and 2 deletions
|
@ -51,6 +51,7 @@ h2 {
|
|||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
text-align: center;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -168,7 +169,7 @@ input {
|
|||
color: #4a6f28;
|
||||
background: none;
|
||||
padding: 7px;
|
||||
width: 75px;
|
||||
width: 80px;
|
||||
font-family: 'Merriweather Sans', sans-serif;
|
||||
font-size: 13px;
|
||||
margin: 15px 0 0 0;
|
||||
|
@ -201,6 +202,7 @@ input:focus {
|
|||
@media(min-width:767px){
|
||||
h2{
|
||||
margin:0 0 25px;
|
||||
font-size:33px;
|
||||
}
|
||||
p{
|
||||
margin:0 0 20px;
|
||||
|
@ -219,7 +221,7 @@ font-size:18px;
|
|||
input{
|
||||
font-size:18px;
|
||||
margin:25px 0 0 0;
|
||||
width:123px;
|
||||
width:113px;
|
||||
}
|
||||
#ipbox{
|
||||
font-size:18px;
|
||||
|
|
Loading…
Reference in a new issue