style: forced fix for older cached items

This commit is contained in:
Ayo 2023-06-05 17:16:02 +02:00
parent 78d0fec795
commit af4ece6d77

View file

@ -45,9 +45,9 @@ const { title } = Astro.props;
font-family: var(--system-ui); font-family: var(--system-ui);
} }
// fix for older cached items /* fix for older cached items */
p, table, ul { p, table, ul {
margin: 1em 0; margin: 1em 0 !import;
font-size: 20px; font-size: 20px;
} }
</style> </style>