Skip to content

Commit

Permalink
Updated CSS to accomodate timeline grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Extomvi committed Jun 13, 2022
1 parent 30525a1 commit 01e1f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ a {
.timeline .item::before{
content: "";
position: absolute;
left: -43px;
left: -44px;
top: 0;
display: inline-block;
width: 22px;
height: 22px;
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--bg-color);
border: 3px solid var(--main-color);
Expand Down

0 comments on commit 01e1f6b

Please sign in to comment.