Skip to content

Commit

Permalink
update styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 30, 2024
1 parent 648b4a6 commit 52ddd4b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/Welcome/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

.welcome-container {
padding: 1rem;
overflow: scroll;

h1 {
font-size: 2rem;
Expand All @@ -37,14 +38,17 @@
flex: 1;
overflow: hidden;
position: relative;
flex-wrap: wrap;

.experience {
padding: 1rem;
text-align: center;

.p-card.p-component {
.p-card {
width: 20rem;
overflow: hidden;
padding-top: 1rem;
min-height: 180px;
}

.p-button {
Expand All @@ -60,6 +64,7 @@
flex: 1;
overflow: hidden;
position: relative;
flex-wrap: wrap;

.service {
padding: 1rem;
Expand All @@ -68,6 +73,8 @@
.p-card {
width: 20rem;
overflow: hidden;
padding-top: 1rem;
min-height: 200px;
}
.p-button {
width: 100%;
Expand All @@ -90,6 +97,8 @@
.p-card {
width: 20rem;
overflow: hidden;
padding-top: 1rem;
min-height: 200px;
}
}
}
Expand Down

0 comments on commit 52ddd4b

Please sign in to comment.