Minimalistisches CATALINA_BASE
.
ulrich
2019-12-07 16eee45ceb437adca4646a21bfd44af41e09e1ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
body {
    font-size: 12pt;
}
 
h1 {
  font-size: 2.2em;
}
 
h3 {
  font-size: 1.2em;
}
 
.inhalt {
  display: flex;
  flex-direction: row;
  padding-left: 3em;
}