features
This commit is contained in:
parent
59d10a8bc1
commit
62ab6e4b15
|
@ -158,3 +158,18 @@ button {
|
||||||
@apply absolute w-80 z-10 bg-white flex gap-0;
|
@apply absolute w-80 z-10 bg-white flex gap-0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.features {
|
||||||
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-item {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue