/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
/* app.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

.prose code::before {
    content: "" !important;
}

.prose code::after {
    content: "" !important;
}

.social-card {
    bacground-color: red;
    {{/* display: block; */}}
    {{/* margin: 0 auto; */}}
    {{/* max-width: 50px; */}}
}

.cardrow {
    display: contents;
}
