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;
|
margin-bottom: 0px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#impressum .nav > li
|
#impressum .nav > li
|
||||||
|
@ -15,17 +15,17 @@ p {
|
|||||||
|
|
||||||
h3
|
h3
|
||||||
{
|
{
|
||||||
font-size: 16pt;
|
font-size: 133% /*16pt*/;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2
|
h2
|
||||||
{
|
{
|
||||||
font-size: 19pt;
|
font-size: 158% /*19pt*/;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
font-size: 22pt;
|
font-size: 183% /*22pt*/;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4
|
h1,h2,h3,h4
|
||||||
|
Loading…
Reference in New Issue
Block a user