Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
erciccione
CCS Frontend
Commits
08bfb8b5
Commit
08bfb8b5
authored
Apr 29, 2020
by
Diego Salazar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'css' into 'master'
css: fix h1 margins See merge request
monero-project/ccs-front!28
parents
07e0b0ce
a678bbe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
css/custom.css
css/custom.css
+6
-2
No files found.
css/custom.css
View file @
08bfb8b5
...
...
@@ -3156,9 +3156,13 @@ p.author-list, p.date-list, p.progress-number-goal, p.bar-work-status {
margin-bottom
:
1rem
;
}
.panel-segment
h1
{
.panel-segment
h1
:first-child
{
margin-top
:
0
;
margin-bottom
:
2.5rem
;
}
.panel-segment
h1
{
margin-top
:
1rem
;
margin-bottom
:
0
;
line-height
:
1.2
;
font-size
:
2rem
;
}
...
...
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