mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 17:47:10 +00:00
Merge pull request #92 from ACCakut/patch-1
Adding class for centering in markdown
This commit is contained in:
commit
f66e34cd32
1 changed files with 4 additions and 1 deletions
|
@ -263,6 +263,9 @@ pre {
|
||||||
.no-scroll {
|
.no-scroll {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
.center{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Global Transition
|
// Global Transition
|
||||||
|
|
Loading…
Reference in a new issue