Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealsir committed Jul 1, 2024
1 parent 9f4961e commit 01f9796
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
width: 270px;
}



.about-info {
text-align: justify;
}
Expand All @@ -32,6 +34,8 @@ figure {
border-radius: 50% !important;
}



.scroll-element {
opacity: 0;
transform: translateY(20px);
Expand All @@ -43,6 +47,8 @@ border-radius: 50% !important;
transform: translateY(0);
}



.project-title {
text-shadow: rgba(81, 67, 21, 0.8) 3px 4px 7px;
}
Expand Down Expand Up @@ -99,7 +105,7 @@ section {
justify-content: center;
}

/* styles.css or equivalent */

.interest-card {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -137,18 +143,20 @@ section {

.image-slider-container {
width: 100%;
min-width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.image-slider-container img {
max-width: 100%;
width: 100%;
height: auto;
display: block;
}


.badge {
.small-badge {
@apply flex gap-1 items-center text-center shadow-md rounded-lg ring-1 ring-black ring-opacity-20 py-1 px-2
}

0 comments on commit 01f9796

Please sign in to comment.