Browse Source

Improve extended about page layout

master
Eugen Rochko 7 years ago
parent
commit
7cde08e30b
2 changed files with 7 additions and 3 deletions
  1. +6
    -2
      app/assets/stylesheets/about.scss
  2. +1
    -1
      app/views/about/more.html.haml

+ 6
- 2
app/assets/stylesheets/about.scss View File

@@ -8,6 +8,10 @@
color: #9baec8;
padding-top: 50px;
padding-bottom: 50px;

&.thicc {
max-width: 700px;
}
}

h1 {
@@ -145,7 +149,7 @@

strong {
font-weight: 500;
font-size: 48px;
font-size: 32px;
line-height: 48px;
color: #fff;
}
@@ -215,7 +219,7 @@

.sidebar {
border-left: 1px solid lighten(#282c37, 10%);
width: 140px;
width: 180px;
flex: 0 0 auto;
}



+ 1
- 1
app/views/about/more.html.haml View File

@@ -1,7 +1,7 @@
- content_for :page_title do
#{Rails.configuration.x.local_domain}

.wrapper
.wrapper.thicc
.sidebar-layout
.main
.panel


Loading…
Cancel
Save