refactor(main): move class styles to svelte file
This commit is contained in:
parent
b5dcbb60d4
commit
314bcae159
2 changed files with 19 additions and 21 deletions
|
@ -44,14 +44,6 @@ b {
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* main logo image */
|
||||
|
||||
.logo {
|
||||
aspect-ratio: auto 1 / 1;
|
||||
border-radius: 50%;
|
||||
margin: 5rem auto;
|
||||
}
|
||||
|
||||
/* table */
|
||||
|
||||
table {
|
||||
|
@ -82,16 +74,3 @@ th:nth-child(3),
|
|||
td:nth-child(3) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Socials & Profiles */
|
||||
|
||||
.socials-and-profiles {
|
||||
margin-top: 3rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: #ffffffcc;
|
||||
}
|
||||
|
|
|
@ -121,3 +121,22 @@
|
|||
<YouTube />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.logo {
|
||||
aspect-ratio: auto 1 / 1;
|
||||
border-radius: 50%;
|
||||
margin: 5rem auto;
|
||||
}
|
||||
|
||||
.socials-and-profiles {
|
||||
margin-top: 3rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: #ffffffcc;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue