Improve formatting

This commit is contained in:
2025-08-20 19:33:30 +03:00
Unverified
parent f7307b53ae
commit 6c0686677e
+10 -4
View File
@@ -20,19 +20,23 @@
height: 100vh; height: 100vh;
width: 27%; width: 27%;
background-color: $color-dark-surface-container; background-color: $color-dark-surface-container;
.profileheader{
.profileheader {
display: flex; display: flex;
gap: 200px; gap: 200px;
p{
p {
color: white; color: white;
} }
a{
a {
text-decoration: none; text-decoration: none;
color: white; color: white;
border: solid 2px $color-dark-on-surface-variant; border: solid 2px $color-dark-on-surface-variant;
padding: 5px; padding: 5px;
border-radius: 10px; border-radius: 10px;
&:hover{
&:hover {
background-color: rgba(255, 255, 255, 0.241); background-color: rgba(255, 255, 255, 0.241);
} }
} }
@@ -141,12 +145,14 @@
top: 95%; top: 95%;
left: 0.5%; left: 0.5%;
gap: 10px; gap: 10px;
a { a {
text-decoration: none; text-decoration: none;
color: $color-dark-on-surface-variant; color: $color-dark-on-surface-variant;
border: solid 2px $color-dark-on-surface-variant; border: solid 2px $color-dark-on-surface-variant;
padding: 5px; padding: 5px;
border-radius: 10px; border-radius: 10px;
&:hover { &:hover {
background-color: rgba(255, 255, 255, 0.241); background-color: rgba(255, 255, 255, 0.241);
} }