Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

css: fix width of timeline items #48

Merged
merged 1 commit into from
Sep 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ ul.social {
}
&.github:hover span i {
color: #000 !important;
}
}
}
span {
background: transparent;
Expand Down Expand Up @@ -321,7 +321,7 @@ ul.social {
min-height: .01%;
overflow-x: auto;
}

#timeline {
padding: 40px 0;
list-style: none;
Expand All @@ -340,7 +340,7 @@ ul.social {
li {
padding-top: 12px;
position: relative;
width: 20%;
width: 16%;
float: left;
label {
max-width: 200px;
Expand Down