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 b6d1a5a commit 8833c88Copy full SHA for 8833c88
_sass/minimal-mistakes/_pyos-isotope.scss
@@ -72,6 +72,26 @@ input[type="text"] {
72
.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
73
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
74
75
+.button-group {
76
+ display: flex;
77
+ flex-wrap: wrap;
78
+
79
+ .button {
80
+ flex-grow: 1;
81
82
+ @media (max-width: $small){
83
+ padding: 0.25em 0.5em;
84
+ margin-bottom: 0.25em;
85
+ box-shadow: unset;
86
87
+ &:first-child, &:last-child {
88
+ border-radius: 0;
89
+ }
90
91
92
+}
93
94
95
/* ---- grid ---- */
96
97
0 commit comments