Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
de38c5f4
Commit
de38c5f4
authored
Apr 06, 2018
by
Jacek Lebioda
Browse files
Another adjustments
parent
3f956f91
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/header.html
View file @
de38c5f4
...
...
@@ -10,15 +10,15 @@
type=
"image/svg+xml"
/></a>
<img
class=
"img-banner img-banner-main"
src=
"{{ '/assets/banners/
frozen/banner.svg
' | relative_url }}"
src=
"{{ '/assets/banners/' | relative_url }}
{{ site.banner }}/banner.svg
"
type=
"image/svg+xml"
/>
<img
class=
"img-banner img-banner-motto"
src=
"{{ '/assets/banners/
frozen/motto.svg
' | relative_url }}"
src=
"{{ '/assets/banners/' | relative_url }}
{{ site.banner }}/motto.svg
"
type=
"image/svg+xml"
/>
<img
class=
"img-lcsb"
src=
"{{ '/assets/banners/
frozen/logos.svg
' | relative_url }}"
src=
"{{ '/assets/banners/' | relative_url }}
{{ site.banner }}/logos.svg
"
type=
"image/svg+xml"
/>
</div>
...
...
_sass/minima/_lcsb.scss
View file @
de38c5f4
...
...
@@ -22,7 +22,8 @@
.img-banner-main
{
margin-left
:
2%
;
width
:
250px
;
// max-width: 250px;
height
:
30px
;
// width: 22%;
}
...
...
@@ -34,6 +35,8 @@
.img-lcsb
{
float
:
right
;
width
:
250px
;
position
:
absolute
;
right
:
0px
;
// margin-right: 1%;
// bottom: -15px;
// position: relative;
...
...
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