Minimalistisches CATALINA_BASE
.
ulrich
2019-12-07 ea4c0c532c76f43492ad4c0ad6754baf8fc9f44c
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;
}