Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona committed Aug 19, 2023
1 parent fec4828 commit 2d361c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}

body {
Expand All @@ -29,7 +28,7 @@ body {

.right-section-contents ul {
list-style-position: initial;
list-style-image: none;
list-style-image: none !important;
}

.right-section {
Expand Down Expand Up @@ -186,8 +185,8 @@ body {
display: grid;
grid-template-columns: repeat(2, 1fr);
padding-bottom: 2rem;
padding-left: 3rem;
border-left: medium dotted rgb(49, 56, 61);
padding-left: 3rem !important;
border-left: medium dotted rgb(49, 56, 61) !important;
}

.exp-company-name,
Expand Down

0 comments on commit 2d361c6

Please sign in to comment.