This commit is contained in:
brooke 2024-06-16 03:31:51 -04:00
parent 2fe62ee860
commit d88dd88697
2 changed files with 7 additions and 11 deletions

View file

@ -1,28 +1,24 @@
html { html {
width: 100%;
height: 100%; height: 100%;
margin: 0;
padding: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background-color: #333; background-color: #333;
font-family: Consolas, Monaco, "Lucida Console", monospace !important;
font-size: 0.9rem !important;
color: #ccc !important;
} }
body { body {
box-sizing: border-box !important; box-sizing: border-box !important;
font-family: Consolas, Monaco, "Lucida Console", monospace !important;
font-size: 0.9rem !important;
color: #ccc !important;
margin: 0; margin: 0;
padding-top: 3.5rem; padding-top: 3.5rem;
padding-bottom: 3.5rem; padding-bottom: 3.5rem;
padding-left: 1.5rem; padding-left: 1.5rem;
padding-right: 1.5rem; padding-right: 1.5rem;
height: 100%;
background-color: #3d3d3d; background-color: #3d3d3d;
max-width: 600px; max-width: 600px;
height: 100%;
} }
@media only screen and (max-width: 700px) { @media only screen and (max-width: 700px) {

View file

@ -15,7 +15,7 @@
{<br /> {<br />
<div class="three"> <div class="three">
<span>question:</span> <span>question:</span>
<span class="highlight">'{{ .question }}'</span><br> <span class="highlight">'{{ .question }}'</span>,<br>
<span>answer:</span> <span>answer:</span>
<span class="highlight">'{{ .answer }}'</span> <span class="highlight">'{{ .answer }}'</span>
</div> </div>