We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5322002 commit 4c40462Copy full SHA for 4c40462
063-DOM array methods/style.css
@@ -81,3 +81,27 @@ h3 {
81
font-size: 20px;
82
margin-bottom: 10px;
83
}
84
+
85
+@media (max-width: 768px) {
86
+ body {
87
+ justify-content: flex-start;
88
+ }
89
+ .container {
90
+ padding: 0;
91
+ flex-direction: column;
92
+ justify-content: center;
93
+ width: 96%;
94
+ max-width: 96%;
95
96
+ aside {
97
98
+ margin: auto;
99
+ display: flex;
100
+ justify-content: space-evenly;
101
+ width: 100%;
102
+ border-right: none;
103
104
+ main {
105
106
107
+}
0 commit comments