design and styling updates

adjust position of main and nav
adjust width of main and section
This commit is contained in:
rainydayemma 2025-02-26 15:54:44 -05:00
parent bae7ceaca2
commit 0fd93b487f
2 changed files with 3 additions and 4 deletions

View File

@ -48,7 +48,7 @@ const transPrideWhite = "#ffffff";
letter-spacing: 0.05rem;
position: sticky;
top: 0;
justify-self: end;
margin-left: 2rem;
padding-top: 0.75rem;
padding-left: 1.5rem;
border-radius: 25px;

View File

@ -31,7 +31,6 @@ body {
grid-template-columns: 25vw 75vw;
grid-template-rows: 10vh 100% 10vh;
row-gap: 5vh;
column-gap: 2vw;
color: var(--text-color);
}
@ -51,7 +50,7 @@ details {
main {
background-color: var(--background-color);
border-radius: 25px;
width: 60vw;
width: 50vw;
font-family: system-ui;
letter-spacing: 0.1rem;
line-height: 1.75rem;
@ -61,7 +60,7 @@ main {
}
section {
width: 55vw;
width: 50vw;
padding: 2rem;
}