summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
blob: b74f2090452c502a58490ba97817c9ef728d9f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
header h3 a, header .brand {
	display:none !important;
}

@media screen and (max-device-width: 600px) {
	#maincontent.container {
		margin-top: 30px;
	}
}

@media screen and (max-device-width: 360px) {
	#maincontent.container {
		margin-top: 60px;
	}
}

@media screen and (max-device-width: 200px) {
	#maincontent.container {
		margin-top: 230px;
	}
}