1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

Fix layout of title at PC View

This commit is contained in:
takumi kimura
2018-12-03 15:22:23 +09:00
parent 97e8fe0e3c
commit dca069f207
4 changed files with 4 additions and 8 deletions

View File

@@ -73,12 +73,10 @@
}
&.with-title {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding-top: 2rem;
> .title {
display: table;
padding: 0 0.5rem;
margin: -2rem 0 1rem;
font-size: 1rem;