We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4ff26 commit cfc88f4Copy full SHA for cfc88f4
lib/step.rb
@@ -185,7 +185,7 @@ def goal *args
185
186
def site_desc site_name, description
187
div class: 'site-desc' do
188
- h1 do
+ h2 do
189
a href: "/#{site_name}" do
190
text Titleizer.title_for_page(site_name)
191
end
public/css/step.css
@@ -298,5 +298,9 @@ table.bordered tr {
298
}
299
300
.site-desc p {
301
- margin: 5px 0 0 0;
+ margin: 0;
302
+}
303
+
304
+.site-desc h2 {
305
+ margin: 25px 0 5px 0;
306
0 commit comments