Add experience page + Fix style
This commit is contained in:
parent
f8c9888d80
commit
48f3c27a20
9 changed files with 35 additions and 7 deletions
|
@ -28,7 +28,15 @@
|
|||
& > p {
|
||||
@apply font-normal text-base;
|
||||
}
|
||||
}
|
||||
|
||||
& .top_component__actions {
|
||||
@apply flex flex-wrap my-3 gap-5;
|
||||
|
||||
& a {
|
||||
@apply flex-1 h-12 outline outline-2 rounded-md outline-on_surface dark:outline-dark_on_surface p-2 uppercase;
|
||||
@apply flex items-center justify-center min-w-[150px];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue