add bbb theme (split to separate repo later
This commit is contained in:
26
themes/bbb/static/css/style.css
Normal file
26
themes/bbb/static/css/style.css
Normal file
@@ -0,0 +1,26 @@
|
||||
* {
|
||||
max-width: 650px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.nav {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
padding: .25rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
max-width: 650px;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
Reference in New Issue
Block a user