Skip to content

Commit

Permalink
Update card spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 11, 2022
1 parent 8c28c98 commit 271567f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,15 @@ blockquote {

.card {
background-color: var(--global-card-bg-color);

img {
width: 100%;
}

.card-title {
color: var(--global-text-color);
}

.card-item {
width: auto;
margin-bottom: 10px;

margin-bottom: 0.75rem;
.row {
display: flex;
align-items: center;
Expand Down Expand Up @@ -413,24 +409,20 @@ footer.sticky-bottom {
.projects {
a {
text-decoration: none;

&:hover {
.card-title {
color: var(--global-hover-color);
}
}
}

.card {
img {
width: 100%;
}
}

.card-item {
width: auto;
margin-bottom: 10px;

margin-bottom: 0.75rem;
.row {
display: flex;
align-items: center;
Expand Down

1 comment on commit 271567f

@vercel
Copy link

@vercel vercel bot commented on 271567f Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.