condensed css

This commit is contained in:
Emma Tebibyte 2022-09-21 16:56:30 -04:00
parent 53deef1edd
commit f32deff8db
1 changed files with 5 additions and 8 deletions

View File

@ -52,10 +52,6 @@ code {
word-break: break-all;
}
h1.full, h2.full, h3.full, h4.full, h5.full {
text-align: center;
}
main {
display: flex;
justify-content: space-between;
@ -67,10 +63,6 @@ main {
box-shadow: 1.5em 1.5em 3.5em #131211, -1.5em -1.5em 3.5em #1b1a17;
}
p.full {
text-align: center;
}
section {
margin: 1em;
flex-basis: 45%;
@ -80,6 +72,7 @@ section {
section.full {
margin: 1em;
flex-basis: 100%;
text-align: justify;
}
.back h5 {
@ -103,6 +96,10 @@ section.full {
max-width: 1em;
}
.full {
text-align: center;
}
.warn {
margin: 0.5em 0;
padding: 0.5em;