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