Auto stash before merge of "UMBE" and "origin/UMBE"

Umbe update
This commit is contained in:
Robert Jagtiani
2024-12-14 02:30:11 +01:00
parent 3865781da3
commit f551af56f3
8 changed files with 141 additions and 49 deletions

View File

@@ -41,8 +41,15 @@
font-family: "Antique Olive Compact bold";
}
body {
@apply bg-[url('/images/pattern.png')] bg-repeat bg-fixed max-w-[1920px] mx-auto border-gray-200 border-[1px] min-w-[320px];
.promo{
font-weight: 700;
box-sizing: border-box;
font-family: "Antique Olive Compact bold";
}
body{
@apply bg-[url('/images/pattern.png')] bg-repeat bg-fixed max-w-[1920px] mx-auto border-gray-200 border-[1px] min-w-[320px]
}
.button {
@@ -90,9 +97,8 @@ article {
/*SIDEBARS*/
/*BOXES*/
.box {
@apply rounded-lg
.box{
@apply rounded-lg
lg:shadow-box lg:ring-1 lg:ring-gray-300
xl:rounded-xl;
}