style: forced fix for older cached items
This commit is contained in:
parent
78d0fec795
commit
af4ece6d77
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ const { title } = Astro.props;
|
|||
font-family: var(--system-ui);
|
||||
}
|
||||
|
||||
// fix for older cached items
|
||||
/* fix for older cached items */
|
||||
p, table, ul {
|
||||
margin: 1em 0;
|
||||
margin: 1em 0 !import;
|
||||
font-size: 20px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue