mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
header text size changes
This commit is contained in:
parent
b7dea9c528
commit
c93a33232b
3 changed files with 6 additions and 4 deletions
|
@ -73,7 +73,7 @@ $outroShadow:inset 0px 7px 10px 0px rgba(0, 0, 0, 0.10);
|
|||
}
|
||||
|
||||
h2{
|
||||
font-size:24px;
|
||||
font-size:22px;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
p {
|
||||
|
@ -130,6 +130,7 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
|
|||
h2{
|
||||
margin-bottom:0;
|
||||
text-shadow:0 1px 1px rgba(0,0,0,.5);
|
||||
font-size: 1.8em;
|
||||
}
|
||||
hr{
|
||||
border-bottom:1px solid #4a6677;
|
||||
|
|
|
@ -997,7 +997,7 @@ h1.logo img {
|
|||
padding-right: 12px;
|
||||
margin-bottom: 18px; }
|
||||
.intro-List h2 {
|
||||
font-size: 24px;
|
||||
font-size: 22px;
|
||||
margin-bottom: 2px; }
|
||||
.intro-List p {
|
||||
color: #B2BCC1; }
|
||||
|
@ -1041,7 +1041,8 @@ h1.logo img {
|
|||
position: static; } }
|
||||
.signup-Form h2 {
|
||||
margin-bottom: 0;
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
|
||||
font-size: 1.8em; }
|
||||
.signup-Form hr {
|
||||
border-bottom: 1px solid #4a6677;
|
||||
border-top: 1px solid #1d282d;
|
||||
|
|
2
files/new-Design/assets/css/neo.min.css
vendored
2
files/new-Design/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue