fix styling mistakes

main
Midnight 3 years ago
parent da80dedf1d
commit 9249697305

@ -107,8 +107,6 @@ export default function Home() {
<section>
<h2>See what our customers say</h2>
<br/>
<div className={styles.quote}>
<div>
<FontAwesomeIcon icon={faQuoteRight} size="6x" style={{color: "var(--theme-color)"}} />
@ -119,7 +117,7 @@ export default function Home() {
{" The site is amazing, the work that went into this is incredible. "}
{" The look and small details make it so amazing. "}
{" I highly recommend getting yourself a sight made by DubbelNull, their talent is outstanding and the customer service was amazing. "}
{" They were always there to answer any questions I had and was happy to change the things I wanted. "}
{" They were always there to answer any questions I had and were happy to change the things I wanted. "}
<FontAwesomeIcon icon={faQuoteRight} size="1x" style={{color: "gray"}} />
</p>
<i> Trick @ <a href="https://trickthefox.com" target="_blank" rel="noreferrer">trickthefox.com</a></i>

@ -56,7 +56,11 @@
.quote {
display: flex;
gap: 50px;
align-items: center;
align-items: start;
}
.quote p {
margin: unset;
}
.quote i {

Loading…
Cancel
Save