Skip to content

Commit ae67277

Browse files
committedFeb 8, 2018
Se corrige error de visualización para dispositivos de menos de 460px
1 parent d05297c commit ae67277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build/bundle/bundle.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/styles/responsive.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
p
3838
font-size: 2em !important
3939

40-
@media screen and (max-width: 320px) and (orientation: portrait)
40+
@media screen and (max-width: 460px) and (orientation: portrait)
4141
.container
4242
display: none !important
4343

0 commit comments

Comments
 (0)
Please sign in to comment.