Skip to content

Commit

Permalink
Improved donate, about & home page, and fixed logo going outside scre…
Browse files Browse the repository at this point in the history
…en in the navbar
  • Loading branch information
99TheDark committed Dec 20, 2023
1 parent 473e3d1 commit 1c26813
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
12 changes: 9 additions & 3 deletions about/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,18 @@

#employment {
font-family: "Poppins";
font-size: 2.3em;
font-size: 2.5em;
font-weight: 500;
margin-top: 5rem;
margin-bottom: 0px;
}

#about {
font-family: "Nunito";
font-size: 1.2em;
font-size: 1.3em;
max-width: 900px;
margin-left: 2px;
margin-bottom: 2em;
}

.type {
Expand All @@ -85,7 +87,7 @@

.type > p {
font-family: "Nunito";
font-size: 1.1em;
font-size: 1.3em;
margin-bottom: 2em;
}

Expand All @@ -104,6 +106,10 @@
margin-bottom: 0px;
}

.list li {
font-size: 1.3em;
}

.salary {
margin-top: 3em;
font-size: 1.6em;
Expand Down
1 change: 1 addition & 0 deletions donate/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
display: flex;
flex-direction: column;
gap: 1.5em;
margin-top: calc(1em + 3px);
}

.donate {
Expand Down
2 changes: 1 addition & 1 deletion global/generic/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ img {
}
}

@media (max-width: 520px) {
@media (max-width: 600px) {
#logo-big {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion global/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
--l: #eae9e6;
--m: #be1010;

font-size: max(1vw, 8px);
font-size: max(1vw, 10px);
}

* {
Expand Down
20 changes: 19 additions & 1 deletion home/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
#symbol {
margin-left: auto;
margin-right: auto;
width: calc(500px - 8em);
width: calc(400px - 8em);
max-width: 70rem;
}

Expand All @@ -107,4 +107,22 @@
.social {
font-size: min(8rem, 40px);
}
}

@media (max-width: 600px) {
#renegade {
font-size: 11vw;
}

#definition {
font-size: 3.5vw;
width: fit-content;
}

#us {
margin-left: 0px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
}
}

0 comments on commit 1c26813

Please sign in to comment.