mirror of
https://github.com/neocities/neocities.git
synced 2025-08-01 15:24:25 +02:00
Add hit/view/update stats to Neocities front page
This commit is contained in:
parent
ffb67cd3a8
commit
4a33f3f9d3
3 changed files with 54 additions and 2 deletions
|
@ -1469,6 +1469,7 @@ a.tag:hover {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.section.support {
|
||||
padding-bottom: 100px;
|
||||
p {
|
||||
|
@ -1506,6 +1507,25 @@ a.tag:hover {
|
|||
.section.features p, .section.features h3 {
|
||||
text-align: left;
|
||||
}
|
||||
.section .stats {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.section .stats h2 {
|
||||
font-weight: bold;
|
||||
font-size: 3em;
|
||||
padding-bottom: 0px;
|
||||
letter-spacing: 2px;
|
||||
font-family: sans-serif;
|
||||
margin-bottom: 0px;
|
||||
@media (max-device-width:480px), screen and (max-width:1200px){
|
||||
margin-top: 20px;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
}
|
||||
.section .stats h3 {
|
||||
margin: 0;
|
||||
}
|
||||
.section .press {
|
||||
display: inline-block;
|
||||
clear: both;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue