Skip to content

Commit cfc88f4

Browse files
tjgrathwelldshafik
authored andcommitted
Group site links on 'docs' page into hopefully-logical sets
1 parent da4ff26 commit cfc88f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lib/step.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def goal *args
185185

186186
def site_desc site_name, description
187187
div class: 'site-desc' do
188-
h1 do
188+
h2 do
189189
a href: "/#{site_name}" do
190190
text Titleizer.title_for_page(site_name)
191191
end

public/css/step.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,9 @@ table.bordered tr {
298298
}
299299

300300
.site-desc p {
301-
margin: 5px 0 0 0;
301+
margin: 0;
302+
}
303+
304+
.site-desc h2 {
305+
margin: 25px 0 5px 0;
302306
}

0 commit comments

Comments
 (0)