mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 13:11:03 +00:00
22 lines
239 B
SCSS
22 lines
239 B
SCSS
.inner {
|
|
width: 700px;
|
|
}
|
|
nav {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
nav ul {
|
|
list-style: none;
|
|
}
|
|
nav li {
|
|
display: inline;
|
|
}
|
|
nav li.active {
|
|
font-weight: bold;
|
|
}
|
|
nav a {
|
|
display: inline-block;
|
|
padding: 2px 5px;
|
|
}
|