updating gap between buttons
This commit is contained in:
parent
f63eb2793e
commit
eef2988fe0
|
|
@ -1,11 +1,11 @@
|
||||||
.post-infos-capsule {
|
.post-infos-capsule {
|
||||||
@apply flex justify-start gap-8;
|
@apply flex flex-wrap justify-start gap-x-8 gap-y-5;
|
||||||
&__share,
|
&__share,
|
||||||
&__publication-date {
|
&__publication-date {
|
||||||
@apply bg-white text-primary
|
@apply bg-white text-primary
|
||||||
rounded-full
|
rounded-full
|
||||||
my-6
|
px-4
|
||||||
px-6
|
sm:px-6
|
||||||
py-2
|
py-2
|
||||||
w-fit
|
w-fit
|
||||||
h-auto
|
h-auto
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
font-medium;
|
font-medium;
|
||||||
}
|
}
|
||||||
&__share {
|
&__share {
|
||||||
@apply gap-2;
|
@apply gap-1 md:gap-2;
|
||||||
.share-button {
|
.share-button {
|
||||||
@apply bg-primary w-8 h-8 rounded-full p-4 relative;
|
@apply bg-primary w-8 h-8 rounded-full p-4 relative;
|
||||||
transition: transform 0.3s ease-in-out;
|
transition: transform 0.3s ease-in-out;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user