mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Welcome pricing margin tweaks
This commit is contained in:
parent
4849a0cefb
commit
23c8fc9ed7
1 changed files with 9 additions and 4 deletions
|
@ -1473,7 +1473,7 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.col.free, .col.supporter {
|
.col.free, .col.supporter {
|
||||||
padding: 35px 40px 25px 40px;
|
padding: 28px 45px 25px 45px;
|
||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -1487,7 +1487,7 @@ a.tag:hover {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
||||||
.main-features {
|
.main-features {
|
||||||
margin-bottom: 96px;
|
margin-bottom: 97px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.col.supporter {
|
.col.supporter {
|
||||||
|
@ -1495,18 +1495,23 @@ a.tag:hover {
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
border: 1px solid #E0E0E0;
|
border: 1px solid #E0E0E0;
|
||||||
@include box-shadow(-1px 1px 5px 0px rgba(0,0,0,0.1));
|
@include box-shadow(-1px 1px 5px 0px rgba(0,0,0,0.1));
|
||||||
|
margin-bottom: 1.1em!important;
|
||||||
|
|
||||||
.col:first-child {
|
.col:first-child {
|
||||||
width: 38%;
|
width: 38%;
|
||||||
}
|
}
|
||||||
.col:last-child {
|
.col:last-child {
|
||||||
width: 62%;
|
width: 62%;
|
||||||
margin-top: 16px;
|
margin-top: .75em;
|
||||||
p {
|
p {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
color: #666;
|
color: #777;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btn-Action {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media(max-device-width:480px), screen and (max-width:550px) {
|
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||||
.col.free, .col.supporter, .col.supporter .col {
|
.col.free, .col.supporter, .col.supporter .col {
|
||||||
|
|
Loading…
Add table
Reference in a new issue