1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Added About, Listings, Location pages

Added additional pages About, Listings, and Location as well as
implementing the corresponding functionality for those pages to be able
to pull the data they need from the DB.

Also continued layout clean up and adjusted some gloabal font sizing
settings
This commit is contained in:
Ro
2023-08-18 14:34:53 -07:00
parent 15863c14ab
commit 8ed167b951
13 changed files with 181 additions and 39 deletions

View File

@ -35,3 +35,7 @@ form.index-search-form > button {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: var(--highlight);
}
section.index-meta article {
margin-top: 20px;
}