⬆️ Upgrade CSS and classes to support Bootstrap 5
This commit is contained in:
parent
7dede6ddbd
commit
28e4d64885
4 changed files with 18 additions and 12 deletions
|
|
@ -1,3 +1,5 @@
|
|||
$navbar-padding-x: 1rem;
|
||||
|
||||
@import 'bootstrap';
|
||||
@import 'font-awesome-sprockets';
|
||||
@import 'font-awesome';
|
||||
|
|
@ -17,7 +19,7 @@
|
|||
|
||||
.bd-sideboard {
|
||||
aside {
|
||||
padding: $table-cell-padding-sm;
|
||||
padding: $table-cell-padding-x-sm;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue