Adjust media query breakpoint for side-screen visibility and update README for scrolling posts
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
991f13688e
commit
5a6858f15e
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@
|
|||
max-width: 150px; /* Ensure the image doesn't exceed its intended size */
|
||||
height: auto; /* Maintain aspect ratio */
|
||||
}
|
||||
@media (max-width: 1600px) {
|
||||
@media (max-width: 1450px) {
|
||||
.side-screen {
|
||||
display: none; /* Hide side-screens on smaller screens */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue