Skip to content

Commit

Permalink
added min-heigh
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvijaysingh committed Feb 20, 2024
1 parent 6f5e5c2 commit 85c980e
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,10 @@ a:hover{
--------------------------------------------------------------*/

#things-i-love {
padding: 80px 0px;
padding: 90px 0px;
background-image: url(/assets/images/grid.png);
background-size: contain;
min-height: 100vh;
}

#things-i-love .card {
Expand Down Expand Up @@ -519,9 +520,10 @@ a:hover{
# About Section
--------------------------------------------------------------*/
#about{
padding: 80px 0px;
padding: 100px 0px;
background-image: url(/assets/images/grid.png);
background-size: contain;
min-height: 100vh;
}

.about-portrait{
Expand Down Expand Up @@ -600,7 +602,8 @@ a:hover{
--------------------------------------------------------------*/

#skills{
padding: 80px 0px;
padding: 100px 0px;
min-height: 100vh;
}

.skill{
Expand Down Expand Up @@ -633,9 +636,10 @@ a:hover{
--------------------------------------------------------------*/

#tools{
padding: 80px 0px 80px 0px;
padding: 100px 0px 80px 0px;
background-image: url(/assets/images/grid.png);
background-size: contain;
min-height: 100vh;
}

.tool{
Expand Down Expand Up @@ -668,15 +672,16 @@ a:hover{
--------------------------------------------------------------*/

#timelines{
padding: 80px 0px 80px 0px;
padding: 100px 0px 80px 0px;
}

/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/

#projects{
padding: 80px 0px 80px 0px;
padding: 100px 0px 80px 0px;
min-height: 100vh;
background-image: url(/assets/images/grid.png);
background-size: contain;
}
Expand Down Expand Up @@ -790,7 +795,8 @@ a:hover{
--------------------------------------------------------------*/

#testimonials {
padding: 80px 0;
padding: 100px 0px;
min-height: 100vh;
background-image: url(/assets/images/grid.png);
background-size: contain;
}
Expand Down Expand Up @@ -878,7 +884,8 @@ a:hover{
--------------------------------------------------------------*/

#blogs{
padding: 80px 0;
padding: 100px 0px;
min-height: 100vh;
background-image: url(/assets/images/grid.png);
background-size: contain;
}
Expand Down Expand Up @@ -947,7 +954,8 @@ a:hover{
--------------------------------------------------------------*/

#contact{
padding: 80px 0;
padding: 100px 0;
min-height: 100vh;
background-image: url(/assets/images/grid.png);
background-size: contain;
}
Expand Down

0 comments on commit 85c980e

Please sign in to comment.