forked from tsc-vfl/hugo-page
Fix styling for pre-development
This commit is contained in:
parent
35a8016fc4
commit
453ff3ae15
@ -42,6 +42,7 @@ h1 {
|
||||
width: 100%;
|
||||
min-height: 100.5vh;
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
background-color: #fcfcfc;
|
||||
|
||||
#header {
|
||||
@ -264,11 +265,11 @@ h1 {
|
||||
font-family: 'Open Sans Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("/ttf/OpenSans_Condensed-Light.ttf") format('truetype');
|
||||
src: url("ttf/OpenSans_Condensed-Light.ttf") format('truetype');
|
||||
}
|
||||
@font-face{
|
||||
font-family: 'Droid Serif';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('/ttf/DroidSerif.ttf') format('truetype')
|
||||
src: url('ttf/DroidSerif.ttf') format('truetype')
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Sitemap"
|
||||
date: 2023-01-21T19:18:11+01:00
|
||||
draft: true
|
||||
draft: false
|
||||
layout: sitemap
|
||||
menu:
|
||||
main:
|
||||
|
Loading…
Reference in New Issue
Block a user