mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
@@ -91,15 +91,21 @@
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
&.is-rounded {
|
||||
> .title {
|
||||
margin-top: -2.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-center {
|
||||
> .title {
|
||||
margin: -2rem auto 1rem;
|
||||
margin: -2.4rem auto 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-right {
|
||||
> .title {
|
||||
margin: -2rem 0 1rem auto;
|
||||
margin: -2.4rem 0 1rem auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user