mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
refactor(containers): change is-center to is-centered
BREAKING CHANGE: class is-center change #178
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
&.is-center {
|
||||
&.is-centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
&.is-center {
|
||||
&.is-centered {
|
||||
> .title {
|
||||
margin: -2rem auto 1rem;
|
||||
}
|
||||
@@ -127,7 +127,7 @@
|
||||
margin-top: -1.5rem;
|
||||
}
|
||||
|
||||
&.is-center {
|
||||
&.is-centered {
|
||||
> .title {
|
||||
margin: -1.5rem auto 1rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user