We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf27336 commit fa070ccCopy full SHA for fa070cc
src/main/webapp/js/style.css
@@ -25,18 +25,23 @@ h1 {
25
.pgv-details {
26
display: flex;
27
align-items: center;
28
- gap: 1.5rem;
+ gap: 1rem 1.5rem;
29
margin-left: 0.25rem;
30
margin-bottom: 0.875rem;
31
margin-top: -0.25rem;
32
+ flex-wrap: wrap;
33
+
34
+ @media (width <= 800px) {
35
+ margin-block: 0.75rem 1rem;
36
+ }
37
38
& > div {
39
40
41
gap: 1ch;
- font-size: 14px;
42
+ font-size: var(--font-size-sm);
43
color: var(--text-color-secondary);
- font-weight: 450;
44
+ font-weight: var(--font-bold-weight);
45
text-box: trim-both;
46
47
a {
0 commit comments