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
don
Commits
10ced200
Commit
10ced200
authored
Nov 05, 2018
by
okhin
🚴
Browse files
Merge branch 'responsive-fix' into 'preprod'
custom.css: make donation block larger on small screens See merge request
!36
parents
ca566c4a
40fcffed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
www/static/css/custom.css
View file @
10ced200
...
...
@@ -141,6 +141,12 @@ padding: 0 15px;
margin
:
auto
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
#donation
{
width
:
80%
;
}
}
#donation
.btn
em
{
font-style
:
normal
;
}
...
...
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