20 lines
358 B
SCSS
20 lines
358 B
SCSS
//
|
|
// Add your custom code to this file
|
|
//
|
|
// This file requires SASS compiler.
|
|
// You can find instructions here: http://www.artodia.com/phpbb-31-tutorials/compile-theme/
|
|
//
|
|
.page-width {
|
|
max-width: 60rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.navbar .inner.static {
|
|
max-width: 61.5rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.navbar .inner.static .nav-tabs {
|
|
border-radius: 0.2rem;
|
|
}
|