File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -129,21 +129,37 @@ code {
129
129
.example {
130
130
background-color : # e8f5e9 ;
131
131
padding : 10px ;
132
- padding-left : 32px ;
133
132
border : 1px solid # 388e3c ;
134
133
border-radius : 5px ;
135
134
margin-bottom : 20px ;
136
135
}
137
136
.bad-example {
138
137
background-color : # ffebee ;
139
138
padding : 10px ;
140
- padding-left : 32px ;
141
139
border : 1px solid # d32f2f ;
142
140
border-radius : 5px ;
143
141
margin-bottom : 20px ;
144
142
}
145
143
@media screen and (max-width : 600px ) {
144
+ body {
145
+ margin : 10px ;
146
+ }
147
+ nav ul {
148
+ flex-direction : column;
149
+ align-items : center;
150
+ }
151
+ nav ul li {
152
+ margin-bottom : 10px ;
153
+ margin-right : 0 ;
154
+ }
146
155
.principles-container {
147
156
grid-template-columns : 1fr ;
148
157
}
158
+ p ,
159
+ .principle-box ,
160
+ .example ,
161
+ .bad-example {
162
+ padding : 5px ;
163
+ margin : 5px 0 ;
164
+ }
149
165
}
You can’t perform that action at this time.
0 commit comments