Skip to content

Commit bf8a24e

Browse files
authored
Merge pull request #3 from s1rd4v3/fix/column-adaptions
container with fixed grid-template instead of css var
2 parents 41ed1cd + 523266a commit bf8a24e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

themes/gugg-iis.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Gugg iis:
2828
atc-theme-card-gap: 16px
2929
atc-theme-text-color-unavailable: "#9E9E9E"
3030

31-
column-size: 6
32-
column-count: 6
33-
3431
###### VARIABLES END ######
3532

3633
card-mod-theme: Gugg iis
@@ -53,7 +50,6 @@ Gugg iis:
5350
grid-area: sidebar;
5451
@media screen and (max-width: 750px) {
5552
grid-area: unset;
56-
display: none;
5753
}
5854
}
5955
.section:
@@ -63,6 +59,5 @@ Gugg iis:
6359
.container:
6460
.: |
6561
.container.container {
66-
--column-count: 6;
67-
gap: var(--atc-theme-card-gap, 16px);
62+
grid-template-columns: repeat(6,minmax(0,1fr));
6863
}

0 commit comments

Comments
 (0)