Skip to content

Commit

Permalink
Service Design Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishow-Thapa committed Nov 10, 2022
1 parent 5deaf2d commit 8d96030
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
16 changes: 13 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ body {
/*********************************************************************/
.wrapper-item {
display: block;
height: 360px;
/* width: 380px; */
aspect-ratio: 1/1;
/* height: 360px;
width: 380px; */
position: relative;
}

Expand Down Expand Up @@ -232,11 +233,20 @@ body {

.service-sec {
display: flex;
justify-content: center;
/* justify-content: center; */
justify-content: space-evenly;
flex-direction: column;
align-items: center;
background: aliceblue;
aspect-ratio: 1/1;
height: 100%;
width: 100%;
overflow: hidden;
}

.my-service-title {
font-size: 1.2em;
font-weight: 500;
}

/******************************************************************/
Expand Down
21 changes: 11 additions & 10 deletions src/App.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d96030

Please sign in to comment.