style: simply align class
This commit is contained in:
parent
8892c61b26
commit
05d23553d7
1 changed files with 4 additions and 10 deletions
|
@ -8,16 +8,10 @@
|
|||
list-style:none;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align:right;
|
||||
.align {
|
||||
&-center {text-align: center;}
|
||||
&-left {text-align: left;}
|
||||
&-right {text-align: right;}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
|
||||
|
|
Reference in a new issue