15 lines
163 B
CSS
15 lines
163 B
CSS
.container {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.nav {
|
|
width: 200px;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.title {
|
|
color: var(--base800);
|
|
text-align: center;
|
|
font-weight: 700;
|
|
}
|