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 150d71c commit 1aee6b3Copy full SHA for 1aee6b3
style.css
@@ -22,7 +22,7 @@ header {
22
place-content: center;
23
}
24
.gallery {
25
- columns: 300px;
+ columns: 3;
26
min-height: 100vh;
27
padding: 2rem;
28
& .media__container {
@@ -69,13 +69,19 @@ header {
69
-o-transition: 400ms cubic-bezier(0, 2, 1, 1);
70
71
72
+
73
+ @media (width <= 1100px){
74
+ /* & {
75
76
+ } */
77
+ & .media__container {
78
+ border-radius: 10px;
79
+ }
80
81
@media (width <= 700px) {
82
& {
83
columns: 2;
84
- & .media__container {
- border-radius: 10px;
- }
85
86
87
.media__modal {
0 commit comments