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
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
650c5f1d
Commit
650c5f1d
authored
Aug 29, 2018
by
Jacek Lebioda
Browse files
#20 Placement of R3 logo improved in low-width environment
parent
dceecf54
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
650c5f1d
...
...
@@ -4,11 +4,13 @@
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"footer-cp"
>
<div
class=
"r3-logo-container"
>
<img
class=
"r3-logo"
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
<p>
<div
class=
"r3-logo"
>
<img
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
...
...
_sass/minima/_lcsb.scss
View file @
650c5f1d
...
...
@@ -45,12 +45,15 @@
right
:
0px
;
}
.r3-logo-container
{
}
.r3-logo
{
float
:
left
;
position
:
relative
;
top
:
-10px
;
width
:
40px
;
left
:
100px
;
width
:
40px
;
}
.social-media-list
{
...
...
@@ -108,6 +111,22 @@
width
:
120px
;
display
:
none
;
}
.r3-logo
{
width
:
32px
;
margin
:
0px
auto
;
float
:
none
;
position
:
initial
;
top
:
unset
;
left
:
unset
;
}
.r3-logo-container
{
width
:
100%
;
position
:
relative
;
top
:
-10px
;
}
}
// Ultra-small screen ==================================================================================
...
...
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