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 1420d67 commit 1470275Copy full SHA for 1470275
RelojClimaMix/stytle.css
@@ -141,4 +141,45 @@ body {
141
font-size: 25px;
142
display: block;
143
}
144
-}
+}
145
+
146
+@media (max-width: 450px) {
147
148
+ body{
149
+ display:flex;
150
+ font-size: 10px;
151
+ }
152
+ .wrap {
153
+ width: 350px;
154
+ justify-content: center;
155
+ align-items: center;
156
+ margin: none;
157
+ padding: none;
158
159
160
+ .widget {
161
+ width: 100%;
162
+ margin: 1em;
163
164
165
+ #contenedor {
166
+ display: flexbox;
167
168
169
170
+ #caja1, #caja2, #caja3 {
171
+ width: 100px;
172
+ height: 100px;
173
174
175
+ #icono-animado{
176
+ width: 50px;
177
+ height: 50px;
178
179
180
+.reloj .segundos,
181
+.reloj .ampm {
182
+ font-size: 20px;
183
+ display: block;
184
185
0 commit comments