12 lines
176 B
CSS
12 lines
176 B
CSS
.viewer {
|
|
width: 100%;
|
|
height: calc(100% - 54px);
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: black;
|
|
}
|
|
|
|
.navbar {
|
|
margin-bottom: 0;
|
|
border-radius: 0;
|
|
} |