Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
3590a694
Commit
3590a694
authored
Apr 06, 2018
by
Jacek Lebioda
Browse files
Logo hiding
parent
de38c5f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
3590a694
...
...
@@ -16,6 +16,7 @@
title
:
LCSB Jekyll default theme
email
:
lcsb-sysadmins@uni.lu
banner
:
frozen
logo
:
small
date
:
"
2018"
description
:
>-
# this means to ignore newlines until "baseurl:"
This is a default LCSB Jekyll template.
...
...
_includes/header.html
View file @
3590a694
...
...
@@ -17,7 +17,7 @@
src=
"{{ '/assets/banners/' | relative_url }}{{ site.banner }}/motto.svg"
type=
"image/svg+xml"
/>
<img
class=
"img-lcsb"
<img
class=
"img-lcsb
img-logo-{{ site.logo }}
"
src=
"{{ '/assets/banners/' | relative_url }}{{ site.banner }}/logos.svg"
type=
"image/svg+xml"
/>
...
...
_sass/minima/_lcsb.scss
View file @
3590a694
...
...
@@ -53,6 +53,14 @@
padding
:
0px
;
}
@media
(
max-width
:
1050px
)
{
.img-logo-big
{
display
:
none
;
}
}
// Normal screen =================================================================================
@media
(
max-width
:
900px
)
{
.img-banner-motto
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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