Commit 3014b6e0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Agrega contenedor de logos y ajusta dimensiones

parent 93d50676
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
		justify-content center
		align-items center
		width $sidebar-default-size
		min-width 4rem
		@media (max-width $media-high-size)
			width $sidebar-high-size
		@media (max-width $media-medium-size)
@@ -72,6 +73,19 @@
			display flex
			align-items center

		.gobcan-logos
			display flex
			flex-grow 1
			flex-wrap wrap
			justify-content start
			align-items center
			padding .2rem

			> img
				max-height 2rem
				padding .2rem
				margin 0 .5rem

.contentDisplacedByTopbar
	top $topbar-default-size !important
	@media (max-width $media-high-size)