mirror of
https://github.com/neocities/neocities.git
synced 2025-05-16 17:37:17 +02:00
Initial work on bringing back homepage tour of features
This commit is contained in:
parent
169a741213
commit
acc87b328c
2 changed files with 23 additions and 23 deletions
|
@ -1075,17 +1075,21 @@ a.tag:hover {
|
|||
font-size: .85em;
|
||||
}
|
||||
.section.previews {
|
||||
background: #FAF6F1;
|
||||
h3 {
|
||||
line-height: 130%;
|
||||
font-size: 1.6em;
|
||||
margin-top: 0;
|
||||
}
|
||||
background: #fff;
|
||||
h2, h3 {
|
||||
color: #335062;
|
||||
}
|
||||
h2 {
|
||||
margin-top: .7em;
|
||||
margin-bottom: 2.3em;
|
||||
}
|
||||
h3 {
|
||||
line-height: 130%;
|
||||
font-size: 1.4em;
|
||||
margin-top: 0;
|
||||
}
|
||||
p {
|
||||
color: #666;
|
||||
color: #111;
|
||||
line-height: 180%;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
@ -1119,7 +1123,9 @@ a.tag:hover {
|
|||
width: 100%;
|
||||
height: 250px;
|
||||
margin-right: 30px;
|
||||
background: white;
|
||||
background-color: white;
|
||||
background-size: 180%;
|
||||
background-repeat: none;
|
||||
border: 6px solid white;
|
||||
@include box-shadow(1px 1px 2px 0px rgba(0, 0, 0, 0.18));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue