github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/docs_src/src/.vuepress/theme/styles/home.styl (about)

     1  .home .feature {
     2  	display: flex;
     3  	flex-basis: 100% !important;
     4  	max-width: 100% !important;
     5  	flex-direction: row;
     6  	flex-wrap: wrap;
     7  	text-align: center;
     8  	align-items: center;
     9  	justify-content: center;
    10  	padding: 0 !important;
    11  	img {
    12  		min-width: 275px;
    13  	}
    14  
    15  	@media screen and (min-width 720px) {
    16  		padding: 0 2.5rem;
    17  		margin: 2rem 1.5rem;
    18  		flex-wrap: nowrap;
    19  		justify-content: left;
    20  		text-align: left;
    21  		img {
    22  			margin-right: 2.5rem;
    23  		}
    24  	}
    25  }