Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
italy-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
italy-theme
Commits
6c9b4014
Commit
6c9b4014
authored
Apr 23, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base: increase line height and justify text
parent
4406a8c7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
scss/_base.scss
scss/_base.scss
+3
-1
scss/_footer.scss
scss/_footer.scss
+2
-1
No files found.
scss/_base.scss
View file @
6c9b4014
...
...
@@ -34,8 +34,9 @@ h1, h2, h3, h4, h5, h6 {
}
p
{
line-height
:
1
.4em
;
line-height
:
1
.4
5
em
;
margin
:
1em
0
;
text-align
:
justify
;
}
a
{
...
...
@@ -48,6 +49,7 @@ a {
}
pre
,
code
{
line-height
:
1
.45em
;
background
:
mix
(
#fff
,
$color_orange
,
90%
);
border-radius
:
0
.3em
;
}
...
...
scss/_footer.scss
View file @
6c9b4014
...
...
@@ -27,10 +27,11 @@ footer {
p
{
margin
:
0
.3em
;
text-align
:
center
;
}
ul
{
margin
:
0
.
3
em
;
margin
:
0
.
45
em
;
padding
:
0
;
li
{
...
...
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