forked from Squatconf/Website
mobile version fix
This commit is contained in:
parent
b00dded479
commit
b15a30f676
|
@ -17,7 +17,6 @@
|
|||
.parisCont{
|
||||
background-color: #000;
|
||||
width: 100% !important;
|
||||
margin: 0 auto;
|
||||
padding: 1em 0;
|
||||
}
|
||||
.parisCont svg{
|
||||
|
@ -35,7 +34,9 @@ margin: 0 auto;
|
|||
.dskW{display:block;}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 979px) {}
|
||||
@media (max-width: 767px) {}
|
||||
@media (max-width: 767px) {
|
||||
.parisCont svg{zoom: 0.6;}
|
||||
}
|
||||
@media (max-width: 480px) {}
|
||||
@media (max-width: 979px) {
|
||||
.tblW{display:block;}
|
||||
|
|
|
@ -79,10 +79,13 @@
|
|||
|_|
|
||||
<br></pre>
|
||||
<pre class="tblW">
|
||||
|
||||
(~ _ _ _|_/~` _ _ |`
|
||||
_)(_||_|(_| | \_,(_)| |~|~
|
||||
|/
|
||||
__
|
||||
(_ _ _ |_
|
||||
__)(_||_|(_||_
|
||||
|
|
||||
__ _
|
||||
/ _ _ (_
|
||||
\__(_)| )|
|
||||
<br></pre>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue