Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SarabjitS committed Nov 11, 2023
1 parent 2b4983d commit f5cf248
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ img {
.bi {
color: var(--grp-btn);
font-size: 5.25rem;
/* box-shadow: var(--shadow-elevation-low); */
}

.bi:hover {
Expand Down Expand Up @@ -769,7 +768,6 @@ img {
}

.mega-container {
/* justify-content: center; */
grid-template-columns: minmax(40rem, 50rem);
grid-template-rows: 4em 1fr 58rem 50rem;
grid-template-areas:
Expand All @@ -778,8 +776,6 @@ img {
"board"
"tutorial";
row-gap: 7rem;
/* Due to navbar being fixed, extra padding required */
/* padding-top: 16.1rem; */
}

.tutorial {
Expand Down

0 comments on commit f5cf248

Please sign in to comment.