This commit is contained in:
nquidox 2025-10-12 14:20:25 +03:00
parent 122f123ba6
commit a62258819f
3 changed files with 22 additions and 0 deletions

View file

@ -2,6 +2,10 @@
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 30px;
}
@ -53,6 +57,10 @@
text-align: center;
}
.text-muted {
opacity: 0.6;
}
.sticky-search-container {
position: sticky;
top: 0;