aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/header/header.module.css
blob: 6a67bf69d4e27aa22dd90ee8481cf9c98bdd8cb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.headNav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 95%;
	margin: -10px auto;
	font-family: "Quicksand";
}

.rightNav {
	display: flex;
	cursor: pointer;
	overflow-x: auto;
}

.rightNav a {
	text-decoration: none;
	color: white;
	font-size: 20px;
}

.rightNav p {
	margin-right: 10px;
	margin-left: 10px;
}