Skip to content

Commit 16f9bbf

Browse files
authored
Update style.css
1 parent f54dd7b commit 16f9bbf

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

site/assets/assets/style.css

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
.container {
2-
display: flex;
3-
min-height: 100vh;
1+
body {
2+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
3+
margin: 20px;
4+
padding: 0;
5+
background-color: #f4f4f9;
6+
color: #333;
47
}
5-
.sidebar {
6-
width: 250px;
7-
background: #2c3e50;
8-
color: white;
9-
padding: 1rem;
8+
9+
nav {
10+
background-color: #343a40;
11+
padding: 10px;
1012
}
11-
.sidebar a {
12-
color: #ecf0f1;
13-
display: block;
14-
margin: 0.5rem 0;
13+
14+
nav a {
15+
color: #fff;
16+
margin-right: 15px;
1517
text-decoration: none;
1618
}
17-
.content {
18-
flex: 1;
19-
padding: 2rem;
20-
}

0 commit comments

Comments
 (0)