Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
04baae1b
Commit
04baae1b
authored
Feb 25, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lowered the margin of results on mobile
parent
e0180a3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
resources/less/metager/pages/resultpage/result.less
resources/less/metager/pages/resultpage/result.less
+3
-1
No files found.
resources/less/metager/pages/resultpage/result.less
View file @
04baae1b
...
...
@@ -10,10 +10,12 @@
&:nth-child(1) {
margin-top: 0;
}
margin: (@padding-small-default * 2) 0px;
@media(max-width: @screen-mobile){
.card;
margin: @padding-small-default 0px;
}
margin: (@padding-small-default * 2) 0px;
padding: 0px 8px;
width: 100%;
.result-header {
...
...
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