Skip to content

Commit

Permalink
menu/add modules & education
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinalare committed Apr 6, 2023
1 parent 06778b6 commit ceb2df3
Show file tree
Hide file tree
Showing 11 changed files with 406 additions and 85 deletions.
13 changes: 1 addition & 12 deletions coordination-mechanisms/coordination.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,18 +481,7 @@ canvas {
display: none;
transition: all 0.2s ease-out;
}
.modal-close {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 101;
cursor: pointer;
color: white;
transition: color 0.4s ease-out;
}
.modal-close:hover {
color: var(--color-green);
}


/* footer */

Expand Down
16 changes: 15 additions & 1 deletion global.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ h2 {
font-weight: 300;
letter-spacing: 0.5em;
font-size: 2.5rem;
line-height: 2.6rem;
line-height: 1.15;
padding-bottom: 5rem;
width: fit-content;
margin: 0 auto;
Expand Down Expand Up @@ -103,6 +103,20 @@ header {
padding: 2.5rem;
}

/* modals */
.modal-close {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 101;
cursor: pointer;
color: white;
transition: color 0.4s ease-out;
}
.modal-close:hover {
color: var(--color-green);
}

@media only screen and (max-width: 600px) {
body,
a,
Expand Down
6 changes: 6 additions & 0 deletions images/menu/buidlbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/menu/coord-mech.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions images/menu/crypto-og.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/menu/gitcoin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ceb2df3

Please sign in to comment.