This website works better with JavaScript.
Home
Help
Sign In
ben
/
benkurtovic.com
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
New bullet glyph; more margin below footer.
master
Ben Kurtovic
10 years ago
parent
11d16205c7
commit
1618e8c048
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
static/main.css
+ 11
- 0
static/main.css
View File
@@ -94,10 +94,20 @@ p#bio {
.work-list {
padding-left: 1em;
list-style-type: none;
}
.work-list li {
margin-bottom: 1.25em;
position: relative;
}
.work-list li:before {
content: "\27a4";
position: absolute;
left: -2em;
line-height: 3em;
font-size: 0.5em;
}
.subtitle {
@@ -199,6 +209,7 @@ pre code {
}
#footer {
margin-bottom: 1.5em;
color: #444;
font-size: 85%;
text-align: center;
Write
Preview
Loading…
Cancel
Save