mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 14:43:33 +02:00
13 lines
195 B
CSS
13 lines
195 B
CSS
h1.title {
|
|
text-align: center;
|
|
color: #363636;
|
|
margin-bottom: .25rem;
|
|
}
|
|
h2.subtitle {
|
|
text-align: center;
|
|
font-size: 1rem;
|
|
color: #4a4a4a;
|
|
margin-top: -.25rem;
|
|
margin-bottom: -1.25rem;
|
|
}
|