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
f2214d4846
commit
abcc32769e
1 changed files with 4 additions and 1 deletions
|
@ -47,13 +47,16 @@ h6 {
|
|||
p {
|
||||
margin-left: 65px;
|
||||
margin-right: 65px;
|
||||
margin-bottom: 25px;
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
p {
|
||||
margin: 0 0 25px;
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
margin-bottom: 25px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue