Skip to content
Snippets Groups Projects
Commit 7cde08e3 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Improve extended about page layout

parent c01dd089
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,10 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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;
} }
......
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment