mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Changing sidebar to deeplinks
Fixed up navigation, collection contents are now output on one page. CSS cleanup
This commit is contained in:
@@ -82,12 +82,11 @@ a {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
@@ -12,7 +12,7 @@ $wrapper-width: 800px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content__wrapper {
|
||||
.content__list {
|
||||
max-width: $wrapper-width;
|
||||
margin: 0 auto;
|
||||
padding: 0 $spacing-unit;
|
||||
|
||||
@@ -8,3 +8,7 @@ td {
|
||||
p {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.content__item {
|
||||
margin-bottom: $spacing-unit * 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user