hide ascii art on mobile
This commit is contained in:
parent
d88dd88697
commit
6116c354e9
2 changed files with 9 additions and 1 deletions
|
@ -31,6 +31,10 @@ body {
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
|
@ -65,6 +69,10 @@ a {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
font-size: 0.7rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.one {
|
.one {
|
||||||
margin-left: 1.5rem;
|
margin-left: 1.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<footer>{{ partial "footer.html" . }}</footer>
|
<footer>{{ partial "footer.html" . }}</footer>
|
||||||
}
|
}
|
||||||
<pre>
|
<pre>
|
||||||
\ ヽ i | / /
|
\ ヽ i | / /
|
||||||
\
|
\
|
||||||
;' ':;,, ,;'':;,
|
;' ':;,, ,;'':;,
|
||||||
;' ':;,.,.,.,.,.,,,;' ';,
|
;' ':;,.,.,.,.,.,,,;' ';,
|
||||||
|
|
Loading…
Add table
Reference in a new issue