7 lines
145 B
SCSS
7 lines
145 B
SCSS
// Open edX: LMS base styles
|
|
// ============================
|
|
|
|
body {
|
|
text-align: initial !important; // Bootstrap hard-codes left alignment
|
|
}
|