Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ant.sr
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton Sarukhanov
ant.sr
Commits
3edd8fe4
Commit
3edd8fe4
authored
6 years ago
by
Anton Sarukhanov
Browse files
Options
Downloads
Patches
Plain Diff
Space out headers & images. Tweak inline code format.
parent
c14e9d25
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theme/static/css/style.css
+16
-4
16 additions, 4 deletions
theme/static/css/style.css
with
16 additions
and
4 deletions
theme/static/css/style.css
+
16
−
4
View file @
3edd8fe4
...
...
@@ -95,6 +95,14 @@ img.profile {
}
/* Headings */
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
margin-top
:
1em
;
}
h1
{
font-size
:
1.5em
;
font-family
:
'Headland One'
,
serif
;
...
...
@@ -216,11 +224,10 @@ pre {
}
code
{
max-width
:
100%
;
border
:
1px
solid
#f28c26
;
border-radius
:
.3em
;
background
:
#eee
;
border-radius
:
.15em
;
border
:
2px
solid
rgba
(
242
,
140
,
38
,
0.55
);
font-family
:
Courier
New
,
Courier
,
Lucida
Sans
Typewriter
,
Lucida
Typewriter
,
monospace
;
padding
:
.1em
;
padding
:
.05em
.1em
;
margin
:
.1em
;
font-size
:
.9em
;
display
:
inline-block
;
...
...
@@ -371,6 +378,7 @@ main {
}
main
img
{
max-width
:
100%
;
margin
:
.5em
auto
;
}
main
.hero
{
display
:
block
;
...
...
@@ -386,6 +394,10 @@ main header h2 ~ .time {
margin-top
:
-1em
;
}
main
li
{
margin-top
:
.5em
;
}
/********** Footer **********/
body
>
footer
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment