style(core): small changes

This commit is contained in:
nico.hdr8
2025-10-06 15:17:36 +02:00
parent 95a7fa3d9c
commit 1b41bd32cb
2 changed files with 1 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<span class="block text-[1.5rem]/[1.3] text-gray">{{ 'home.subheader' | translate }}</span>
<a class="block mt-5" href="https://www.google.com/maps/place/Dobersberg,+Nieder%C3%B6sterreich" target="_blank"><p-chip label="Dobersberg, Niederösterreich" icon="fa-solid fa-location-dot"/></a>
</div>
<div class="w-[40%]">
<div class="w-[30%]">
<img src="img/me.png" alt="">
<div class="pt-5 p-3 flex gap-3 flex-wrap justify-center">
<a pButton outlined severity="secondary" label="nico@td-haider.at" icon="fa-solid fa-envelope" href="mailto:nico@td-haider.at"></a>

View File

@@ -9,11 +9,6 @@ body {
margin: 0;
font-size: 14px;
overflow: auto;
background-color: var(--primary-50);
}
html.dark body {
background-color: var(--surface-900);
}
p-card {