Using full width on large screens

This commit is contained in:
Dominik Süß 2016-10-25 22:30:37 +02:00 committed by Simon Michael
parent c0a6689c27
commit 6b0972b752
2 changed files with 5 additions and 1 deletions

View File

@ -196,6 +196,10 @@ ul {
color: #a94442; color: #a94442;
} }
.date {
whitespace: nowrap;
}
#main-content { #main-content {
/* /*
-webkit-transition: width 0.3s ease, margin 0.3s ease; -webkit-transition: width 0.3s ease, margin 0.3s ease;

View File

@ -25,7 +25,7 @@ $newline never
document.hledgerWebBaseurl = '#{base_url_ opts}'; // save for binding keys later document.hledgerWebBaseurl = '#{base_url_ opts}'; // save for binding keys later
<body> <body>
<div .container> <div .container-fluid>
<div .row .row-offcanvas .row-offcanvas-left> <div .row .row-offcanvas .row-offcanvas-left>
^{pageBody pc} ^{pageBody pc}
<footer> <footer>