:: members section looked like trash.
This commit is contained in:
parent
775cbae281
commit
c539c98191
3 changed files with 24 additions and 10 deletions
|
@ -1,3 +1,4 @@
|
|||
/* I know everything looks absolutely trash :3 */
|
||||
#top {
|
||||
margin-top: 2vw;
|
||||
margin-left: 15vw;
|
||||
|
@ -11,6 +12,13 @@
|
|||
font-family: "Jetbrains Mono";
|
||||
src: url(/assets/ttf/JBM.ttf);
|
||||
}
|
||||
.user-display {
|
||||
}
|
||||
.prefix {
|
||||
display: inline;
|
||||
margin-right: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
:root {
|
||||
--text-color: #8941ad;
|
||||
--term-color: #4af626;
|
||||
|
@ -33,9 +41,6 @@ hr {
|
|||
color: var(--term-color);
|
||||
}
|
||||
|
||||
/*
|
||||
CSS styling for guestbook
|
||||
*/
|
||||
#entries {
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
|
@ -91,10 +96,6 @@ label {
|
|||
float: left;
|
||||
}
|
||||
|
||||
/*
|
||||
CSS styling for services page.
|
||||
*/
|
||||
|
||||
:root {
|
||||
--sin-padding: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue