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
91d0235998
commit
c1bec4e55e
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ p {
|
|||
line-height: 1.6;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
@media(min-width:767px) {
|
||||
p {
|
||||
margin: 0 0 25px;
|
||||
font-size: 18px;
|
||||
|
@ -174,8 +174,8 @@ margin-right: 65px;
|
|||
|
||||
.about-body {
|
||||
padding: 50px 0;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue