design and styling updates
adjust position of main and nav adjust width of main and section
This commit is contained in:
parent
bae7ceaca2
commit
0fd93b487f
@ -48,7 +48,7 @@ const transPrideWhite = "#ffffff";
|
|||||||
letter-spacing: 0.05rem;
|
letter-spacing: 0.05rem;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
justify-self: end;
|
margin-left: 2rem;
|
||||||
padding-top: 0.75rem;
|
padding-top: 0.75rem;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
|
@ -31,7 +31,6 @@ body {
|
|||||||
grid-template-columns: 25vw 75vw;
|
grid-template-columns: 25vw 75vw;
|
||||||
grid-template-rows: 10vh 100% 10vh;
|
grid-template-rows: 10vh 100% 10vh;
|
||||||
row-gap: 5vh;
|
row-gap: 5vh;
|
||||||
column-gap: 2vw;
|
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -51,7 +50,7 @@ details {
|
|||||||
main {
|
main {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
width: 60vw;
|
width: 50vw;
|
||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
letter-spacing: 0.1rem;
|
letter-spacing: 0.1rem;
|
||||||
line-height: 1.75rem;
|
line-height: 1.75rem;
|
||||||
@ -61,7 +60,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
width: 55vw;
|
width: 50vw;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user