Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
laurakalbag-dot-com
laurakalbag-dot-com
Commits
3c3946c2
Commit
3c3946c2
authored
Feb 07, 2019
by
Laura Kalbag
⚡
Browse files
Left align nav on wider viewports so it lines up with copy below
parent
ddb67941
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/static-kalbag/static/css/style.css
View file @
3c3946c2
...
...
@@ -389,7 +389,7 @@ hr {
grid-template-columns
:
repeat
(
7
,
minmax
(
14.285714286%
,
7.4em
));
}
.h-entry
h1
,
h1
,
.h-entry
.entry-meta
,
.h-entry
.entry-notes
{
grid-column
:
2
/
7
;
...
...
@@ -566,6 +566,7 @@ nav {
/* 7 = number of columns = number of links in nav */
display
:
grid
;
grid-template-columns
:
repeat
(
7
,
auto
);
justify-content
:
left
;
padding
:
0
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment