diff --git a/Views/Profil/Index.cshtml b/Views/Profil/Index.cshtml
index f15494b..d461823 100644
--- a/Views/Profil/Index.cshtml
+++ b/Views/Profil/Index.cshtml
@@ -6,9 +6,9 @@
diff --git a/wwwroot/css/watch.css b/wwwroot/css/watch.css
index 4f7d6cb..b7d8358 100644
--- a/wwwroot/css/watch.css
+++ b/wwwroot/css/watch.css
@@ -586,6 +586,9 @@
.mt-32 {
margin-top: calc(var(--spacing) * 32);
}
+ .mt-40 {
+ margin-top: calc(var(--spacing) * 40);
+ }
.mt-auto {
margin-top: auto;
}
@@ -715,6 +718,9 @@
.h-\[250px\] {
height: 250px;
}
+ .h-\[280px\] {
+ height: 280px;
+ }
.h-auto {
height: auto;
}
@@ -1369,6 +1375,10 @@
.font-mono {
font-family: var(--font-mono);
}
+ .text-2xl {
+ font-size: var(--text-2xl);
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
+ }
.text-base {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--line-height));
@@ -1458,6 +1468,9 @@
.text-green-700 {
color: var(--color-green-700);
}
+ .text-orange-100 {
+ color: var(--color-orange-100);
+ }
.text-orange-500 {
color: var(--color-orange-500);
}
@@ -1704,6 +1717,13 @@
}
}
}
+ .hover\:text-orange-200 {
+ &:hover {
+ @media (hover: hover) {
+ color: var(--color-orange-200);
+ }
+ }
+ }
.hover\:text-orange-600 {
&:hover {
@media (hover: hover) {