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
0f3b2b2d9b
commit
4bd19beb8d
1 changed files with 5 additions and 5 deletions
|
@ -45,16 +45,16 @@ h6 {
|
|||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 25px;
|
||||
margin: 0 0 35px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
@media(min-width:10px) {
|
||||
@media(max-width:500px) {
|
||||
p {
|
||||
margin: 0 0 35px;
|
||||
margin: 0 0 25px;
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue