Commit 0c4dd3a0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina reescalado de fuente según resolución

parent a6f1dc57
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -3,12 +3,6 @@
html
	font-family $baseFontFamily
	font-size $baseFontSize
	@media (max-width $media-high-size)
		font-size $baseFontSize * 0.9
	@media (max-width $media-medium-size)
		font-size $baseFontSize * 0.8
	@media (max-width $media-low-size)
		font-size $baseFontSize * 0.7
	line-height $baseLineHeight
	color $textColor
	width 100%
+2 −2

File changed.

Contains only whitespace changes.