Improve extended about page layout

This commit is contained in:
Eugen Rochko 2017-01-13 20:27:02 +01:00
parent c01dd089ff
commit 7cde08e30b
2 changed files with 7 additions and 3 deletions

View File

@ -8,6 +8,10 @@
color: #9baec8; color: #9baec8;
padding-top: 50px; padding-top: 50px;
padding-bottom: 50px; padding-bottom: 50px;
&.thicc {
max-width: 700px;
}
} }
h1 { h1 {
@ -145,7 +149,7 @@
strong { strong {
font-weight: 500; font-weight: 500;
font-size: 48px; font-size: 32px;
line-height: 48px; line-height: 48px;
color: #fff; color: #fff;
} }
@ -215,7 +219,7 @@
.sidebar { .sidebar {
border-left: 1px solid lighten(#282c37, 10%); border-left: 1px solid lighten(#282c37, 10%);
width: 140px; width: 180px;
flex: 0 0 auto; flex: 0 0 auto;
} }

View File

@ -1,7 +1,7 @@
- content_for :page_title do - content_for :page_title do
#{Rails.configuration.x.local_domain} #{Rails.configuration.x.local_domain}
.wrapper .wrapper.thicc
.sidebar-layout .sidebar-layout
.main .main
.panel .panel