Skip to content

Commit

Permalink
Merge pull request OSCode-Community#1029 from Sushilverma002/master
Browse files Browse the repository at this point in the history
updated - now home page is not broken
  • Loading branch information
Vaishnavi-Patil2211 authored Jul 17, 2023
2 parents 4799b2e + 9996378 commit d3df8fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ h1 {
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
right: 15px;
right: 35px;
bottom: 100px;
z-index: 996;
background: var(--backtotop-btn-color);
Expand Down Expand Up @@ -270,7 +270,7 @@ h1 {
}
.get-btn {
display: flex;
padding-top: 10%;
padding-top: 5%;
padding-left: 40%;
padding-right: 50px;
gap: 2rem;
Expand Down Expand Up @@ -545,11 +545,10 @@ h1 {
}

#hero h1 {
margin: 0;
font-size: 4em;
font-weight: 900;
align-items: center;
margin-top: 0px;
margin-top: 50px;
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}

Expand Down

0 comments on commit d3df8fc

Please sign in to comment.