Commit 7a215331 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Adapta tamaños y props a logos en imagen única

parent 3014b6e0
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -76,15 +76,18 @@
		.gobcan-logos
			display flex
			flex-grow 1
			flex-wrap wrap
			justify-content start
			align-items center
			padding .2rem
			padding 0 .2rem

			> img
				max-height 3.5rem
				@media (max-width $media-high-size)
					max-height 3rem
				@media (max-width $media-medium-size)
					max-height 2rem
				padding .2rem
				margin 0 .5rem
				@media (max-width $media-low-size)
					max-height 1rem

.contentDisplacedByTopbar
	top $topbar-default-size !important