styles fixes

This commit is contained in:
2025-10-14 22:45:14 +03:00
parent c9829c0e66
commit 6697e4aed1
4 changed files with 23 additions and 9 deletions

View File

@@ -47,10 +47,25 @@
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
@media (max-width: 768px) {
.popularMenuItemImage:focus {
outline-offset: 4px;
}
.youMightAlsoLikeContainer {
height: 150px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.youMightAlsoLikeContainer {
height: 200px !important;
}
}
@media (min-width: 1024px) {
.youMightAlsoLikeContainer {
height: 200px !important;
}
}
/* Hover effects for devices that support hover */
@@ -118,7 +133,7 @@
color: white;
}
[data-theme="dark"] .arrowButton:hover stroke{
[data-theme="dark"] .arrowButton:hover stroke {
background: rgba(40, 40, 40, 1);
border-color: rgba(255, 255, 255, 0.2);
}