diff options
Diffstat (limited to '')
-rw-r--r-- | source/css/theme-narrow.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/source/css/theme-narrow.css b/source/css/theme-narrow.css deleted file mode 100644 index d8b9eca5..00000000 --- a/source/css/theme-narrow.css +++ /dev/null @@ -1,31 +0,0 @@ -body { - margin: 40px 0 100px 0; -} - -.nav { - position: static; - width: 100%; - height: 150px; - margin: 20px 0; -} - -.nav-icon { - width: 150px; - height: 150px; - line-height: 150px; -} - -.nav-icon:before { - font-size: 54px; -} - -.nav-title, .nav-author { - height: 0; - width: 0; - visibility: hidden; - pointer-events: none; -} - -.content, .content-separator, .footer { - width: 80%; -} |