Skip to content
Snippets Groups Projects
Commit 8913b0d0 authored by René Rösner's avatar René Rösner
Browse files

Feat: Gave fix size to arrows(planning#354)

parent d24daf9d
No related branches found
No related tags found
1 merge request!25planning#354: Changed default font to avira next and uses semibold styles for headlines
......@@ -119,7 +119,7 @@ export default () => {
<div className="p-6 bg-gray-50 rounded-bl-2xl rounded-br-2xl md:px-8">
<Link href="/resources" passHref>
<a className="text-base font-bold text-yellow-400 hover:text-yellow-600">
Zu den Entwicklungsressourcen<span className="font-extrabold" aria-hidden="true"> &rarr;</span>
Zu den Entwicklungsressourcen<span className="font-extrabold text-base" aria-hidden="true"> &rarr;</span>
</a>
</Link>
</div>
......@@ -156,7 +156,7 @@ export default () => {
href={link.href}
className="text-base font-medium text-yellow-400 hover:text-yellow-600"
>
Mehr erfahren<span className="font-extrabold" aria-hidden="true"> &rarr;</span>
Mehr erfahren<span className="font-extrabold text-base" aria-hidden="true"> &rarr;</span>
</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment