summaryrefslogtreecommitdiff
path: root/styles/home/mobile.css
blob: 1334ac1f49c00c5e3796c9f98a89fc7489db45c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@media (max-width: 899px) {
	div.content > div {
		display: flex;
		flex-direction: column;
	}

	div.content {
		border-radius: 0px;
		width:100%;
		height: 100%;
	}
}