mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-25 11:02:04 +02:00
feat: made mobile screenshots appear on the mobile how-do-i page
This commit is contained in:
parent
5fa8ce75eb
commit
918b28c919
2 changed files with 12 additions and 8 deletions
|
@ -18,21 +18,23 @@
|
|||
margin: auto;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
.desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p, code {
|
||||
.mobile {
|
||||
display: flex;
|
||||
border-radius: 5px;
|
||||
max-width: 100%;
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
img {
|
||||
.desktop {
|
||||
display: flex;
|
||||
border-radius: 5px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
p, code {
|
||||
.mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue