9 lines
93 B
CSS
9 lines
93 B
CSS
.nav {
|
|
position: absolute;
|
|
top: 22;
|
|
right: 22;
|
|
}
|
|
.content {
|
|
max-width:81%;
|
|
}
|