Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
core-services
jekyll-theme-lcsb-default
Commits
d84f48ed
Commit
d84f48ed
authored
Mar 21, 2020
by
Jacek Lebioda
Browse files
feat: "Correct the responsive menu on mobile"
parent
757f92cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
_sass/minima/_layout.scss
View file @
d84f48ed
...
...
@@ -89,10 +89,10 @@ html {
@media
(
max-width
:
640px
)
{
.page-link.active
:before
,
.page-link2.active
:before
{
content
:
"\202
2
"
;
content
:
"\202
3
"
;
margin-right
:
10px
;
position
:
absolute
;
left
:
12%
;
left
:
20px
;
color
:
rgb
(
23
,
168
,
225
);
}
.page-link.active
,
.page-link2.active
{
...
...
@@ -186,6 +186,7 @@ html {
border
:
1px
solid
$grey-color-light
;
border-radius
:
5px
;
text-align
:
right
;
max-width
:
calc
(
100%
-
30px
);
label
[
for
=
"nav-trigger"
]
{
display
:
block
;
...
...
@@ -215,17 +216,24 @@ html {
display
:
none
;
}
input
:checked
~
div
{
width
:
100%
;
}
input
:checked
~
.trigger
{
display
:
block
;
padding-bottom
:
5px
;
padding-bottom
:
15px
;
padding-right
:
15px
;
width
:
calc
(
100%
-
15px
);
}
.page-link
,
.page-link2
{
display
:
block
;
padding
:
5
px
10px
;
padding
:
7
px
10px
;
&
:not
(
:last-child
)
{
margin-right
:
0
;
border-bottom
:
solid
1px
#eceaea
;
}
margin-left
:
20px
;
}
...
...
jekyll-theme-lcsb-default.gemspec
View file @
d84f48ed
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.3.1
2
"
spec
.
version
=
"0.3.1
3
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@uni.lu"
]
...
...
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