1
0
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:
Abdallah Samman
2018-12-03 12:10:52 +02:00
parent 51d748a923
commit 7328502b30
4 changed files with 6 additions and 6 deletions

View File

@@ -84,11 +84,11 @@
}
&.is-center {
align-items: center;
text-align: center;
}
&.is-right {
align-items: right;
text-align: right;
}
}