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
core-services
jekyll-theme-lcsb-default
Commits
295549c7
Commit
295549c7
authored
Mar 24, 2020
by
Jacek Lebioda
Browse files
fix: corrected margins and tuned width on mobile
parent
ed3da0b7
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_sass/minima/_boxes.scss
View file @
295549c7
...
...
@@ -21,7 +21,7 @@ $COLOR_BOX_FONT: #444;
padding
:
10px
20px
0px
20px
;
border
:
solid
2px
$COLOR_BOX_SECONDARY
;
margin-bottom
:
#{
"min(35px, 5%)"
}
;
margin-bottom
:
25px
;
border-radius
:
0
0
15px
15px
;
border-top
:
solid
5px
$COLOR_BOX_PRIMARY
;
...
...
@@ -31,7 +31,7 @@ $COLOR_BOX_FONT: #444;
}
@media
(
max-width
:
800px
)
{
width
:
90
%
;
width
:
86
%
;
margin-right
:
0
;
}
...
...
jekyll-theme-lcsb-default.gemspec
View file @
295549c7
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.3.1
3
"
spec
.
version
=
"0.3.1
4
"
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