aboutsummaryrefslogtreecommitdiff
path: root/public/nav.css
blob: b1f566671afe364845cb48e805124ca1c0e92209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
nav {
	position: static;
	border-bottom: 2px dashed currentColor;
}

nav span { vertical-align: middle; }
nav a { margin-right: 16px; }

nav .site-icon {
	height: 48px;
	display: inline-block;
}

nav .site-icon .icon { margin: 12px 2px; }
nav .site-icon .label { font-weight: 500; }