fix margin a bit

This commit is contained in:
nelle 2024-07-04 07:12:56 -06:00
parent 55943a0f57
commit 03d7039bb4
2 changed files with 19 additions and 19 deletions

View file

@ -3,7 +3,7 @@
@import "instructions.class";
.title {
font-size: 50px;
font-size: 42px;
background-image: var(--accent-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
@ -21,4 +21,22 @@
.menu {
text-align: center;
}
.content {
width: 85%;
max-width: 75em;
margin: auto;
padding: 0.5em;
margin-top: 1em;
margin-bottom: 1em;
border: 3px solid #fab387;
border-radius: 5px;
opacity: 0.9;
background: rgba(0, 0, 0, .66);
}
.small-quote {
font-size: smaller;
color: #a6adc8;
}

View file

@ -22,24 +22,6 @@
margin: auto;
}
.content {
width: 85%;
max-width: 75em;
margin: auto;
padding: 0.5em;
margin-top: 1em;
margin-bottom: 1em;
border: 3px solid #fab387;
border-radius: 5px;
opacity: 0.9;
background: rgba(0, 0, 0, .66);
}
.small-quote {
font-size: smaller;
color: #a6adc8;
}
footer {
text-align: center;
}