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
4cbae147
Verified
Commit
4cbae147
authored
May 05, 2020
by
Laurent Heirendt
✈
Browse files
fixes for formatting on various screen sizes
parent
d0694657
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/minima/_gdpr.scss
View file @
4cbae147
...
...
@@ -194,6 +194,21 @@ label.input-toggle {
position
:
relative
;
}
@media
(
max-width
:
500px
)
{
#lap-cookies-banner
.banner-intro
{
width
:
60%
;
position
:
relative
;
left
:
20%
;
text-align
:
left
;
}
#lap-cookies-banner
.banner-buttons
.banner-buttons-more
{
position
:
relative
;
left
:
25%
;
top
:
10px
;
width
:
50%
;
}
}
@media
(
max-width
:
1100px
)
{
#lap-cookies-banner
.banner-intro
{
width
:
90%
;
...
...
@@ -209,8 +224,35 @@ label.input-toggle {
}
#lap-cookies-banner
.banner-buttons
.banner-buttons-more
{
position
:
relative
;
left
:
40
%
;
left
:
25
%
;
top
:
10px
;
width
:
50%
;
}
}
@media
(
max-width
:
1600px
)
{
#lap-cookies-banner
.banner-intro
{
width
:
60%
;
position
:
relative
;
left
:
20%
;
text-align
:
left
;
}
}
/* ultra-wide screen */
@media
(
min-width
:
2400px
)
{
#lap-cookies-banner
.banner-intro
{
position
:
relative
;
text-align
:
left
;
max-width
:
800px
;
left
:
35%
;
}
#lap-cookies-banner
.banner-buttons
.banner-buttons-more
{
position
:
relative
;
left
:
50%
;
top
:
-28px
;
width
:
20%
;
}
}
\ No newline at end of file
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