Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
4c0ee903
Verified
Commit
4c0ee903
authored
Sep 19, 2017
by
Thibaut Broggi
Browse files
Fix scrolling
parent
a3bb9d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
style.css
View file @
4c0ee903
...
...
@@ -6,7 +6,6 @@ body {
margin
:
auto
;
color
:
#497ed5
;
min-height
:
100vh
;
background-color
:
#2f5188
;
}
h2
{
...
...
@@ -36,7 +35,7 @@ a {
div
#inputs
{
position
:
absolute
;
top
:
10px
;
top
:
0
;
left
:
7vw
;
width
:
30vw
;
height
:
100%
;
...
...
@@ -92,12 +91,12 @@ a.prevButton {
main
{
position
:
absolute
;
top
:
10px
;
top
:
0
;
left
:
37vw
;
right
:
0
;
background-color
:
#dde5f1
;
min-height
:
100%
;
padding-left
:
40px
;
&
padding-left
:
40px
;
}
main
>
#output
{
...
...
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