summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-03-18 14:54:42 +0600
committerunwox <me@unwox.com>2025-03-18 14:54:42 +0600
commitd67419149696a0c9bc730575bd5781b80d84f80a (patch)
tree9c3664047f164aadc6a1da4cb503920bbd3310c2 /static
parent32acdca7fb8180e7f2aec832d93baa7491e8954a (diff)
small style improvements
Diffstat (limited to 'static')
-rw-r--r--static/style.css30
1 files changed, 24 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
index fdaf120..8d04819 100644
--- a/static/style.css
+++ b/static/style.css
@@ -102,6 +102,11 @@ h1, h2, h3, h4, h5, h6 {
.paginator-numbers {
width: 100%;
+ display: flex;
+}
+
+.paginator-numbers > span > * {
+ margin-right: 0.375rem;
}
.paginator-numbers a {
@@ -111,6 +116,7 @@ h1, h2, h3, h4, h5, h6 {
.paginator-active {
font-weight: bold;
text-decoration: none;
+ font-style: italic;
pointer-events: none;
}
@@ -219,11 +225,6 @@ footer {
margin-bottom: 1rem;
}
- .tile {
- width: calc(50% - 1rem);
- overflow-wrap: break-word;
- }
-
button,
select,
input {
@@ -265,12 +266,29 @@ footer {
}
.list {
- gap: 1rem;
+ gap: 2rem 1rem;
+ justify-content: space-between;
+ }
+
+ .tile {
+ overflow-wrap: break-word;
+ width: calc(50% - 1rem);
+ }
+
+ .tile .img,
+ .tile .img-link {
+ width: 100%;
+ height: auto;
+ aspect-ratio: 1;
}
.description {
margin-top: 1rem;
}
+
+ ol {
+ padding-left: 1.125rem;
+ }
}
@media screen and (max-width: 30rem) {