Skip to content

Commit

Permalink
changed button hovering, card width, and scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed May 16, 2024
1 parent 0e1555b commit ad1b507
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion css/experience.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
.experience .timeline-item {
display: flex;
gap: 24px;
width: 100%;
}

.experience .timeline-item+* {
Expand Down Expand Up @@ -120,7 +121,7 @@
border-radius: 6px;
padding: 16px;
font-weight: 600;

width: 100%;
}

.experience .card h1 {
Expand Down Expand Up @@ -188,6 +189,7 @@
.experience .button:hover {
border-color: var(--orange) !important;
color: var(--orange) !important;
font-weight: 700;
}

.experience .button:hover .hover-orange {
Expand Down
7 changes: 4 additions & 3 deletions css/utlities.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html{
scroll-behavior: smooth;
}

h1 {
font-family: 'Righteous', cursive;
}
Expand All @@ -9,8 +13,6 @@ h3 {
font-style: normal;
}



p,
a {
font-family: "Source Code Pro", monospace;
Expand All @@ -23,7 +25,6 @@ a {
color: var(--orange);
}


:root {
--c-grey-100: #f4f6f8;
--c-grey-200: #e3e3e3;
Expand Down

0 comments on commit ad1b507

Please sign in to comment.