forked from expand-arcos/expand-arcos.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.css
More file actions
33 lines (26 loc) · 632 Bytes
/
base.css
File metadata and controls
33 lines (26 loc) · 632 Bytes
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
27
28
29
30
31
32
33
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
background-color: #f8f9fa;
}
header img {
max-height: 100px;
object-fit: contain;
}
nav a.nav-link {
color: #333;
font-weight: 500;
}
nav a.nav-link:hover {
text-decoration: underline;
}
footer {
background-color: #f1f1f1;
padding: 1rem 0;
text-align: center;
font-size: 0.9rem;
color: #666;
}
main {
min-height: 400px;
padding: 2rem 0;
}