mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Initial Commit
This commit is contained in:
parent
91083cf712
commit
db45736d4f
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ p {
|
|||
@media(min-width:767px) {
|
||||
p {
|
||||
margin: 0 0 35px;
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
|
@ -277,6 +277,7 @@ input[type="text"] {
|
|||
border: 1px solid #488c1d;
|
||||
color: #488c1d;
|
||||
background-color: transparent;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
input[type="text"]:hover,
|
||||
|
|
Loading…
Reference in a new issue