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
abcc32769e
commit
91d0235998
1 changed files with 7 additions and 7 deletions
|
@ -45,18 +45,14 @@ h6 {
|
|||
}
|
||||
|
||||
p {
|
||||
margin-left: 65px;
|
||||
margin-right: 65px;
|
||||
margin-bottom: 25px;
|
||||
margin: 0 0 35px;
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
p {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
margin-bottom: 25px;
|
||||
margin: 0 0 25px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
@ -163,9 +159,11 @@ a:focus {
|
|||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding: 100px 0;
|
||||
margin-left: 65px;
|
||||
margin-right: 65px;
|
||||
}
|
||||
|
||||
@media(min-width:500px) {
|
||||
@media(min-width:767px) {
|
||||
.content-section {
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -176,6 +174,8 @@ a:focus {
|
|||
|
||||
.about-body {
|
||||
padding: 50px 0;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue