Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dhjr committed Oct 4, 2024
1 parent 4e3769f commit 1337eb2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions assets/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@
.nav-menu {
display: flex;
flex-direction: column;
margin-top: 20vh;
margin: auto;
padding: clamp(2rem, 6vw, 8rem);
}

.link-menu {
color: #ffffff5f;
font-family: "Ubuntu", sans-serif;
font-size: clamp(2rem, 6vw, 8rem);
font-size: clamp(2rem, 4vw, 8rem);
font-weight: 600;
text-decoration: none;
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions assets/css/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ body::before {
.nav-menu {
display: flex;
flex-direction: column;
margin-top: 20vh;
margin:auto;
padding: clamp(2rem, 6vw, 8rem);
}

.link-menu {
color: #ffffff5f;
font-family: "Ubuntu", sans-serif;
font-size: clamp(2rem, 6vw, 8rem);
font-size: clamp(2rem, 4vw, 8rem);
font-weight: 600;
text-decoration: none;
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions assets/css/gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ body::before {
.nav-menu {
display: flex;
flex-direction: column;
margin-top: 20vh;
margin: auto;
padding: clamp(2rem, 6vw, 8rem);
}

.link-menu {
color: #ffffff5f;
font-family: "Ubuntu", sans-serif;
font-size: clamp(2rem, 6vw, 8rem);
font-size: clamp(2rem, 4vw, 8rem);
font-weight: 600;
text-decoration: none;
position: relative;
Expand Down
5 changes: 3 additions & 2 deletions assets/css/rex-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,15 @@ body::before {
.nav-menu {
display: flex;
flex-direction: column;
margin-top: 20vh;
/* margin-top: 20vh; */
margin: auto;
padding: clamp(2rem, 6vw, 8rem);
}

.link-menu {
color: #ffffff5f;
font-family: "Ubuntu", sans-serif;
font-size: clamp(2rem, 6vw, 8rem);
font-size: clamp(2rem, 4vw, 8rem);
font-weight: 600;
text-decoration: none;
position: relative;
Expand Down

0 comments on commit 1337eb2

Please sign in to comment.