Ghost/apps/sodo-search/src/index.css
Daniel Lockyer fa43a0236b Moved Sodo-Search into apps/
refs https://github.com/TryGhost/Toolbox/issues/594

- this is the first of a set of commits to move our "apps" into the
  `apps/` folder, so we don't mix Ghost core and standalone apps
2023-06-14 12:10:57 +02:00

17 lines
194 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/* Custom reset */
html {
font-size: 62.5%;
}
body {
font-size: 1.5rem;
}
.ghost-display {
display: block !important;
}