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 86e50a8 commit 32ddec6Copy full SHA for 32ddec6
43-responsive-layout/scss/_layout.scss
@@ -4,18 +4,26 @@
4
gap: 1rem;
5
6
.menu {
7
- flex-basis: 100%;
8
-
9
- @media screen and (min-width: 40rem) {
10
- flex-basis: 25%;
11
- }
12
13
- @media screen and (min-width: 58rem) {
14
- flex-basis: 20%;
15
+ flex-basis: 20rem;
+ flex-grow: 1;
16
}
17
18
.gallery {
19
- flex: 1;
+ flex-basis: 0;
+ flex-grow: 999;
+ min-width: 60%;
20
21
+
+.menu {
+ ul {
+ display: flex;
+ flex-wrap: wrap;
22
+ gap: .5rem;
23
24
+ li {
25
26
27
+ }
28
29
+}
0 commit comments