We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423bc9b commit 53ce805Copy full SHA for 53ce805
src/styles/globals.css
@@ -98,24 +98,12 @@ body {
98
}
99
100
.message-bubble {
101
- @apply w-72 p-8 rounded-3.5xl relative text-base;
+ @apply w-72 p-6 rounded-3.5xl rounded-bl-none relative text-base border border-black border-opacity-5;
102
103
background: #fefce8;
104
color: #713f12;
105
106
107
-.message-bubble::before {
108
- width: 0;
109
- height: 0;
110
- left: -28px;
111
- content: "";
112
- position: absolute;
113
- border-left: 28px solid transparent;
114
- bottom: 0;
115
- border-right: 28px solid transparent;
116
- border-bottom: 28px solid #fefce8;
117
-}
118
-
119
@media only screen and (min-width: 992px) {
120
.quadratic-card {
121
@apply p-8 mb-5;
0 commit comments