fix: hide the full screen image button on the landing page

This commit is contained in:
Hossein Mehrabi 2023-07-15 18:37:06 +03:30
parent d31943ffc3
commit a6a6a2142d
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,10 @@
margin-bottom: 20px;
}
img + button {
display: none !important;
}
p {
white-space: pre-wrap;
max-width: 500px;
@ -43,4 +47,4 @@
text-decoration: none;
font-weight: 300;
}
}
}