mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -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 {
|
p {
|
||||||
margin-left: 65px;
|
margin-left: 65px;
|
||||||
margin-right: 65px;
|
margin-right: 65px;
|
||||||
|
margin-bottom: 25px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width:767px) {
|
@media(max-width:767px) {
|
||||||
p {
|
p {
|
||||||
margin: 0 0 25px;
|
margin-left: 25px;
|
||||||
|
margin-right: 25px;
|
||||||
|
margin-bottom: 25px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue