mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Fixed extra padding in welcome page
This commit is contained in:
parent
949380ed09
commit
d637f2d05c
2 changed files with 2 additions and 2 deletions
|
@ -1492,7 +1492,7 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.section.plans.welcome {
|
.section.plans.welcome {
|
||||||
padding: 63px 3%;
|
padding: 63px 3% 0 3%;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #5e95a1;
|
color: #5e95a1;
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section plans">
|
<section class="section" style="padding-top: 0;">
|
||||||
<%== erb :'plan/_compare', layout: false %>
|
<%== erb :'plan/_compare', layout: false %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue