new styles

This commit is contained in:
2025-11-26 14:53:26 +00:00
parent a256862080
commit 8df39e1a1e

View File

@@ -129,6 +129,10 @@ body {
padding: 0; padding: 0;
} }
/*div {
all: unset;
}*/
h1, h1,
h2, h2,
h3, h3,
@@ -236,6 +240,7 @@ textarea {
/* Contact At Top of Page */ /* Contact At Top of Page */
.contact { .contact {
all: unset;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -243,6 +248,7 @@ textarea {
} }
.contact-details { .contact-details {
all: unset;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: right; text-align: right;