refactor: remove TextBlock component in favor of simpler section element

This commit is contained in:
Sebin Nyshkim 2023-01-18 13:47:01 +01:00
parent bd4b36f8ae
commit d296e61362
7 changed files with 30 additions and 42 deletions

View file

@ -36,6 +36,16 @@ main {
transition: 0.4s;
}
section {
max-width: var(--textblock-max-width);
margin: auto;
padding: var(--textblock-padding);
p {
text-align: justify;
}
}
h1,
h2,
h3,