Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marek Ostaszewski
jekyll-theme-lcsb-default
Commits
c8584a16
Commit
c8584a16
authored
May 30, 2018
by
Jacek Lebioda
Browse files
Increased the vertical bar width, reduced font boldening in menu
parent
1f1de923
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8584a16
...
...
@@ -24,5 +24,5 @@ pages:
paths
:
-
public
only
:
-
maste
r
-
vertical-ba
r
_sass/minima/_layout.scss
View file @
c8584a16
...
...
@@ -66,14 +66,17 @@ html {
@media
(
min-width
:
640px
)
{
.page-link
:after
{
content
:
" "
;
width
:
3
px
;
width
:
5
px
;
border-bottom
:
solid
24px
#cbcfda
;
position
:
absolute
;
top
:
-38px
;
left
:
0
px
;
left
:
-2
px
;
float
:
left
;
height
:
40px
;
}
.page-link.active
{
font-weight
:
600
;
}
}
@media
(
max-width
:
640px
)
{
...
...
@@ -127,7 +130,6 @@ html {
.page-link
{
// color: $text-color;
line-height
:
$base-line-height
;
font-weight
:
600
;
text-align
:
left
;
margin-right
:
20px
;
...
...
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