Skip to content

Commit 1470275

Browse files
authored
Update stytle.css
1 parent 1420d67 commit 1470275

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

RelojClimaMix/stytle.css

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,45 @@ body {
141141
font-size: 25px;
142142
display: block;
143143
}
144-
}
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+
align-items: center;
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

Comments
 (0)