@import url(base.less); #index-tiles-container { margin: 0; height: calc(100vh - 80px); align-items: center; .flex-container.horizontal(); } .index-tile { display: flex; align-items: center; justify-content: center; height: 90%; width: 23vw; color: @white; background-color: @purple; text-decoration: none; font-weight: bold; font-size: @font-title; .element-shadow-large(); .title-shadow(); &.external { background-color: @violette; } } /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { #index-tiles-container { .flex-container.vertical(); } .index-tile { width: 90vw; height: 20vh; } }