mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-01 02:01:56 +02:00
#62 fix .is-center and .is-right; replace align-items with text-align
This commit is contained in:
@@ -84,11 +84,11 @@
|
||||
}
|
||||
|
||||
&.is-center {
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&.is-right {
|
||||
align-items: right;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user