mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-02-24 17:33:13 +01:00
Fix title in container
This commit is contained in:
parent
ceb018d8d6
commit
97e8fe0e3c
@ -553,10 +553,8 @@ button,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container.with-title > .title {
|
.container.with-title > .title {
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
margin: 0;
|
margin: -2rem 0 1rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/nes.min.css
vendored
2
css/nes.min.css
vendored
File diff suppressed because one or more lines are too long
@ -79,10 +79,8 @@
|
|||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
|
|
||||||
> .title {
|
> .title {
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
margin: 0;
|
margin: -2rem 0 1rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
background-color: $background-color;
|
background-color: $background-color;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user