Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Wolfgang Knopki
Spacedeck-open-SAML
Commits
2ac0d49f
Commit
2ac0d49f
authored
Apr 08, 2020
by
mntmn
Browse files
quick mobile responsiveness fix
parent
80f9b0d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/stylesheets/style.css
View file @
2ac0d49f
...
...
@@ -15997,6 +15997,21 @@ body:not(.present-mode) #space .artifact.selected {
margin-top: 100px;
margin-bottom: 100px; }
@media screen and (max-width: 1000px) {
#landing section {
margin-left: 20px;
margin-right: 20px; }
.footer {
margin-left: 20px;
margin-right: 20px; }
.header-right {
right: auto;
padding-left: 10px;
padding-right: 20px;
padding-top: 80px; }
#folder-wrapper {
padding-top: 128px; } }
html,
body {
height: 100%;
...
...
styles/landing.scss
View file @
2ac0d49f
...
...
@@ -27,3 +27,26 @@
margin-bottom
:
100px
;
}
@media
screen
and
(
max-width
:
1000px
)
{
#landing
{
section
{
margin-left
:
20px
;
margin-right
:
20px
;
}
}
.footer
{
margin-left
:
20px
;
margin-right
:
20px
;
}
.header-right
{
right
:
auto
;
padding-left
:
10px
;
padding-right
:
20px
;
padding-top
:
80px
;
}
#folder-wrapper
{
padding-top
:
128px
;
}
}
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