add content locale filter #14

This commit is contained in:
ghost 2023-09-25 16:02:25 +03:00
parent 0c26c0ac9b
commit bbd54b3a14
3 changed files with 37 additions and 4 deletions

View file

@ -413,8 +413,12 @@ a:visited.background-color-hover-night-light:hover {
width: 180px;
}
.min-width-120-px {
min-width: 120px;
}
.min-width-200-px {
width: 200px;
min-width: 200px;
}
@media (max-width: 1220px) {