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 3a4055a commit 1d61566Copy full SHA for 1d61566
assets/kylestechkorner/css/kylestechkorner-main.css
@@ -530,10 +530,10 @@ svg.profile-accounts__icon {
530
width: 1px
531
}
532
533
-/*.grid-items {
+.grid-items {
534
display: flex;
535
flex-wrap: wrap
536
-}*/
+}
537
538
.grid-items {
539
display: grid;
@@ -544,10 +544,6 @@ svg.profile-accounts__icon {
544
row-gap: 2em
545
546
547
-.grid-items--3-up {
548
- grid-template-columns: repeat(3,1fr)
549
-}
550
-
551
.grid-items__item {
552
margin-left: 1em;
553
margin-right: 1em;
0 commit comments