diff options
-rw-r--r-- | wpisy/preview.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wpisy/preview.css b/wpisy/preview.css index 9ca7dff..d4f4696 100644 --- a/wpisy/preview.css +++ b/wpisy/preview.css @@ -4,6 +4,7 @@ html { font-family: 'Roboto Slab', serif; } -h1:first-of-type { +/* Hide required title */ +.frame-content > div > div:first-child { display: none; } |