mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 02:35:48 -05:00
Initial Commit
This commit is contained in:
parent
e805e81991
commit
f2214d4846
1 changed files with 10 additions and 2 deletions
|
@ -45,12 +45,20 @@ h6 {
|
|||
}
|
||||
|
||||
p {
|
||||
margin-left: 85px;
|
||||
margin-right: 85px;
|
||||
margin-left: 65px;
|
||||
margin-right: 65px;
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
p {
|
||||
margin: 0 0 25px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #28c3ab;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
|
|
Loading…
Reference in a new issue