Hide mascot on mobile screens <768px
This commit is contained in:
parent
971984b4a0
commit
ad71044d71
1 changed files with 5 additions and 0 deletions
|
@ -244,6 +244,10 @@ figure a {
|
|||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#mascot {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
#submissions {
|
||||
column-count: 2;
|
||||
}
|
||||
|
@ -406,6 +410,7 @@ p, ul, ol {
|
|||
}
|
||||
|
||||
#mascot {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue