mirror of
https://github.com/neocities/neocities.git
synced 2025-06-19 19:00:34 +02:00
Fix font problem with skeuocard on /welcome
This commit is contained in:
parent
029eb57b85
commit
ac44a0419d
2 changed files with 2 additions and 5 deletions
|
@ -1503,7 +1503,7 @@ a.tag:hover {
|
||||||
.col:last-child {
|
.col:last-child {
|
||||||
width: 62%;
|
width: 62%;
|
||||||
margin-top: .75em;
|
margin-top: .75em;
|
||||||
p {
|
.instructions {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
color: #777;
|
color: #777;
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
<style>
|
|
||||||
p { font-size: 200px; }
|
|
||||||
</style>
|
|
||||||
<section class="section plans welcome">
|
<section class="section plans welcome">
|
||||||
<h2>Welcome to Neocities, <%= current_site.username %>!</h2>
|
<h2>Welcome to Neocities, <%= current_site.username %>!</h2>
|
||||||
<h3 class="subtitle">Free accounts will always be free and ad-free.
|
<h3 class="subtitle">Free accounts will always be free and ad-free.
|
||||||
|
@ -55,7 +52,7 @@ You can support our quest to bring back the creative, independent web by upgradi
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col col-66">
|
<div class="col col-66">
|
||||||
<p>To upgrade, enter your credit card info below:</p>
|
<p class="instructions">To upgrade, enter your credit card info below:</p>
|
||||||
<div>
|
<div>
|
||||||
<div id="plan_error" class="alert alert-block alert-error" style="display:none"></div>
|
<div id="plan_error" class="alert alert-block alert-error" style="display:none"></div>
|
||||||
<form id="upgradeForm" method="POST" action="/plan/update">
|
<form id="upgradeForm" method="POST" action="/plan/update">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue