1
0
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:
takumi kimura 2018-12-03 14:34:33 +09:00
parent ceb018d8d6
commit 97e8fe0e3c
4 changed files with 4 additions and 8 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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;
} }