mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-23 00:05:03 +00:00
Initial Commit
This commit is contained in:
parent
abcc32769e
commit
91d0235998
1 changed files with 7 additions and 7 deletions
|
@ -45,18 +45,14 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-left: 65px;
|
margin: 0 0 35px;
|
||||||
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-left: 25px;
|
margin: 0 0 25px;
|
||||||
margin-right: 25px;
|
|
||||||
margin-bottom: 25px;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
@ -163,9 +159,11 @@ a:focus {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 100px 0;
|
padding: 100px 0;
|
||||||
|
margin-left: 65px;
|
||||||
|
margin-right: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:500px) {
|
@media(min-width:767px) {
|
||||||
.content-section {
|
.content-section {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -176,6 +174,8 @@ a:focus {
|
||||||
|
|
||||||
.about-body {
|
.about-body {
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
|
margin-left: 15px;
|
||||||
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue