Adopted template for Fontsize changer: Transformation to relative font sizes and realignment of block in structure
This commit is contained in:
parent
bb184906bf
commit
a85dedd941
@ -131,6 +131,7 @@ body {
|
||||
{
|
||||
margin-bottom: 0px;
|
||||
background-color: inherit;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#impressum .nav > li
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user