ui alternative using shortcodes

This commit is contained in:
timurgordon
2022-03-22 19:04:04 +03:00
parent 785e5f25d7
commit c7abe17090
8 changed files with 70 additions and 61 deletions

View File

@@ -30,7 +30,7 @@ img[src*="#small"] {
}
img[src*="#medium"] {
width: 150px;
width: 250px;
margin: auto;
}
@@ -75,6 +75,9 @@ img[src*="#large"] {
li li {
@apply text-sm lg:text-sm font-light;
}
button a {
@apply inline-block lg:text-lg hover:bg-gray-400 px-12 py-1 mr-5 my-10 border-2 shadow border-black capitalize;
}
}
button:hover :is(:where(a)) {