Skip to content
GitLab
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
104f9266
Verified
Commit
104f9266
authored
Oct 16, 2017
by
Thibaut Broggi
Browse files
Remove #body div and fix render on large screen
parent
c18ed7b6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
static/style.css
View file @
104f9266
...
...
@@ -7,10 +7,6 @@ html {
}
body
{
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
margin
:
auto
;
color
:
#497ed5
;
min-height
:
100vh
;
...
...
@@ -60,6 +56,11 @@ nav > *:not(:nth-child(1)) {
border-bottom
:
1px
solid
#3b68b0
;
border-left
:
initial
!important
;
}
#inputs
{
width
:
50%
;
margin-left
:
7vw
;
}
}
nav
>
.active-tab
{
...
...
@@ -168,7 +169,7 @@ main {
padding-left
:
40px
;
}
#
body
{
body
{
display
:
flex
;
flex-direction
:
row
;
}
...
...
@@ -178,8 +179,8 @@ main {
display
:
none
;
}
#
body
{
flex-direction
:
column
-reverse
;
body
{
flex-direction
:
column
;
}
}
...
...
views/index.ejs
View file @
104f9266
This diff is collapsed.
Click to expand it.
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