Skip to content

Commit

Permalink
bug fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthbiju committed Nov 21, 2023
1 parent fed5cc6 commit 382915b
Show file tree
Hide file tree
Showing 11 changed files with 1,801 additions and 1,417 deletions.
8 changes: 4 additions & 4 deletions about/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ video {
h6 {
margin-top: 0px;
margin-bottom: 7px;
color: #d0d1d1;
color: #353533;
font-size: 12.5px;
line-height: 22.5px;
font-weight: 700;
Expand Down Expand Up @@ -200,7 +200,7 @@ h3 {
right: 0;
width: 40%;
height: 600px;
background-color: #d0d1d1;
background-color: #353533;
z-index: -10;
}

Expand Down Expand Up @@ -287,7 +287,7 @@ h2 {
}

.btn {
background-color: #d0d1d1;
background-color: #353533;
border: none;
color: white;
padding: 16px 100px;
Expand All @@ -300,7 +300,7 @@ h2 {

.btn:hover {
background-color: #d0d1d1;
color: white;
color: black;
}

@media screen and (max-width: 450px) {
Expand Down
Loading

0 comments on commit 382915b

Please sign in to comment.