fix borders

This commit is contained in:
Akis 2022-12-31 20:40:18 +02:00
parent 641dbeeea4
commit dcf9e84322
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<footer class="flex flex-col text-xl sticky top-full"> <footer class="flex flex-col text-xl sticky top-full">
<div <div
class="flex items-center flex-col border-t border-grey p-2 children:(text-text text-sm font-500 text-center)" class="flex items-center flex-col border-t border-t-solid border-t-grey p-2 children:(text-text text-sm font-500 text-center)"
> >
<span>© 2021 - present, Project Segfault <a href="/team">team</a></span> <span>© 2021 - present, Project Segfault <a href="/team">team</a></span>
<span <span

View File

@ -56,7 +56,7 @@
<svelte:window bind:innerWidth /> <svelte:window bind:innerWidth />
<nav <nav
class="bg-primary border-b-1 border-b-solid border-b-grey flex p-2 flex-col justify-between nav:(flex-row items-center)" class="bg-primary border-b border-b-solid border-b-grey flex p-2 flex-col justify-between nav:(flex-row items-center)"
> >
<div class="flex flex-row items-center justify-between"> <div class="flex flex-row items-center justify-between">
<a <a

View File

@ -15,7 +15,7 @@
class="announcement !text-[#252525] p-6 rounded-2 w-fit flex flex-col gap-4" class="announcement !text-[#252525] p-6 rounded-2 w-fit flex flex-col gap-4"
> >
<div <div
class="flex gap-4 flex-col sm:flex-row border-b-2 p-2 pt-0" class="flex gap-4 flex-col sm:flex-row border-b-2 border-b-solid p-2 pt-0"
> >
{#if announcements.severity === "info"} {#if announcements.severity === "info"}
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">