Made h4, h5, h6 text align to left

This commit is contained in:
pezcurrel 2022-12-08 14:52:59 +01:00
parent e4cf27560d
commit f9d4325b4b

View file

@ -59,6 +59,9 @@ h1 {
text-shadow: 2px 2px 4px black;
/* margin: 60pt;*/
}
h4, h5, h6 {
text-align: left;
}
section, #header {
background-color: rgba(255,255,255,0.92);
padding: 20pt;