Adopted template for Fontsize changer: Transformation to relative font sizes and realignment of block in structure

This commit is contained in:
Christian Wolf 2017-12-18 13:54:06 +01:00
parent bb184906bf
commit a85dedd941
2 changed files with 4 additions and 3 deletions

View File

@ -131,6 +131,7 @@ body {
{
margin-bottom: 0px;
background-color: inherit;
display: inline-block;
}
#impressum .nav > li

View File

@ -15,17 +15,17 @@ p {
h3
{
font-size: 16pt;
font-size: 133% /*16pt*/;
}
h2
{
font-size: 19pt;
font-size: 158% /*19pt*/;
}
h1
{
font-size: 22pt;
font-size: 183% /*22pt*/;
}
h1,h2,h3,h4