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
Site.js
site
Commits
5ff40089
Verified
Commit
5ff40089
authored
Jun 10, 2020
by
Aral Balkan
Browse files
Make HTML layout consistent; improve narrower viewport typesetting
parent
16c5d354
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
css/index.css
View file @
5ff40089
...
...
@@ -654,19 +654,30 @@ footer {
list-style-type
:
none
;
}
ol
li
p
,
ol
li
aside
{
ol
li
p
{
margin-left
:
1.5rem
;
margin-right
:
0.5rem
;
}
aside
{
padding-left
:
0
;
}
aside
::before
{
margin-left
:
1.5rem
;
}
aside
pre
{
padding-left
:
0.5rem
;
/* padding-left: 1rem; */
margin-left
:
0
;
padding-left
:
1.5rem
;
}
pre
{
margin-left
:
-1rem
;
margin-right
:
-1rem
;
padding-left
:
2rem
;
padding-right
:
2rem
;
padding-left
:
2
.5
rem
;
padding-right
:
2
.5
rem
;
border-radius
:
0
;
}
...
...
index.html
View file @
5ff40089
This diff is collapsed.
Click to expand it.
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