Made h4, h5, h6 text align to left
This commit is contained in:
parent
e4cf27560d
commit
f9d4325b4b
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ h1 {
|
||||||
text-shadow: 2px 2px 4px black;
|
text-shadow: 2px 2px 4px black;
|
||||||
/* margin: 60pt;*/
|
/* margin: 60pt;*/
|
||||||
}
|
}
|
||||||
|
h4, h5, h6 {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
section, #header {
|
section, #header {
|
||||||
background-color: rgba(255,255,255,0.92);
|
background-color: rgba(255,255,255,0.92);
|
||||||
padding: 20pt;
|
padding: 20pt;
|
||||||
|
|
Loading…
Reference in a new issue