fix margin a bit
This commit is contained in:
parent
55943a0f57
commit
03d7039bb4
2 changed files with 19 additions and 19 deletions
|
@ -3,7 +3,7 @@
|
||||||
@import "instructions.class";
|
@import "instructions.class";
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 50px;
|
font-size: 42px;
|
||||||
background-image: var(--accent-gradient);
|
background-image: var(--accent-gradient);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
|
@ -22,3 +22,21 @@
|
||||||
.menu {
|
.menu {
|
||||||
text-align: center;
|
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;
|
||||||
|
}
|
|
@ -22,24 +22,6 @@
|
||||||
margin: auto;
|
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 {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue