update
This commit is contained in:
parent
2fe62ee860
commit
d88dd88697
2 changed files with 7 additions and 11 deletions
|
@ -1,35 +1,31 @@
|
||||||
|
|
||||||
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) {
|
||||||
* {
|
* {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
@ -90,4 +86,4 @@ a {
|
||||||
|
|
||||||
.five {
|
.five {
|
||||||
margin-left: 7.5rem;
|
margin-left: 7.5rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue