fix language and make the website more responsible for small screens
This commit is contained in:
parent
538515f242
commit
dc64584577
|
@ -1,5 +1,9 @@
|
||||||
# include: ['dokumentit']
|
# include: ['dokumentit']
|
||||||
|
title: Piraattipuolueen dokumenttikirjasto
|
||||||
|
description: >
|
||||||
|
GitHub Pagesissa ylläpidetty Piraattipuolueen historian
|
||||||
|
säilyttävä dokumenttikirjasto.
|
||||||
|
lang: fi
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
|
|
|
@ -17,6 +17,8 @@ $base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||||||
color: revert !important;
|
color: revert !important;
|
||||||
text-color: revert !important;
|
text-color: revert !important;
|
||||||
background-color: revert !important;
|
background-color: revert !important;
|
||||||
|
overflow-wrap: break-word !important;
|
||||||
|
hyphens: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix transparent mobile navbar
|
// Fix transparent mobile navbar
|
||||||
|
|
Loading…
Reference in New Issue