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.
2 parents 41ed1cd + 523266a commit bf8a24eCopy full SHA for bf8a24e
themes/gugg-iis.yaml
@@ -28,9 +28,6 @@ Gugg iis:
28
atc-theme-card-gap: 16px
29
atc-theme-text-color-unavailable: "#9E9E9E"
30
31
- column-size: 6
32
- column-count: 6
33
-
34
###### VARIABLES END ######
35
36
card-mod-theme: Gugg iis
@@ -53,7 +50,6 @@ Gugg iis:
53
50
grid-area: sidebar;
54
51
@media screen and (max-width: 750px) {
55
52
grid-area: unset;
56
- display: none;
57
}
58
59
.section:
@@ -63,6 +59,5 @@ Gugg iis:
63
.container:
64
60
.: |
65
61
.container.container {
66
- --column-count: 6;
67
- gap: var(--atc-theme-card-gap, 16px);
62
+ grid-template-columns: repeat(6,minmax(0,1fr));
68
0 commit comments