1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02: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

@@ -79,10 +79,8 @@
padding-top: 2rem;
> .title {
position: absolute;
top: 0;
padding: 0 0.5rem;
margin: 0;
margin: -2rem 0 1rem;
font-size: 1rem;
background-color: $background-color;
}