summaryrefslogtreecommitdiff
path: root/ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/styles/base.scss
blob: 3e8f30b2b2b3e074af21c10667350d6bd53edfad (plain)
1
2
3
4
5
6
7
8
9
10
html, body
{
	height: 100vh;
}

body
{
	display: flex;
	flex-direction: column;
}