Remove unused class and properties
This commit is contained in:
parent
90854eda59
commit
7264ff7c75
|
@ -10,7 +10,6 @@ body {
|
|||
|
||||
main {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
font-size: var(--fs-main);
|
||||
}
|
||||
|
||||
|
|
|
@ -4,11 +4,6 @@
|
|||
.inline-img { display: inline-block; }
|
||||
.update-info { margin-top: 3em; }
|
||||
|
||||
.center-el {
|
||||
display: grid;
|
||||
place-content: center;
|
||||
}
|
||||
|
||||
.indent-text {
|
||||
padding: 1em 0 1em 2em;
|
||||
display: grid;
|
||||
|
|
Loading…
Reference in New Issue