Component fixes in Admin X DS

refs. https://github.com/TryGhost/Team/issues/3150
This commit is contained in:
Peter Zimon 2023-05-17 19:09:09 +02:00
parent f0ef0cd54f
commit ece42c7e26
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
import Heading from './admin-x-ds/global/Heading';
import Settings from './components/Settings';
import Sidebar from './components/Sidebar';
@ -17,7 +18,7 @@ function App() {
{/* Sidebar */}
<div className="relative grow-0 md:sticky md:top-[8vmin] md:basis-[240px]">
<h1 className="font-inter text-5xl">Settings</h1>
<Heading>Settings</Heading>
<Sidebar />
</div>
<div className="flex-auto pt-[3vmin] md:pt-[72px]">

View File

@ -21,7 +21,7 @@
}
h1 {
@apply text-4xl leading-supertight;
@apply text-5xl leading-supertight;
}
h2 {

View File

@ -21,7 +21,7 @@
}
h1 {
@apply text-4xl leading-supertight;
@apply text-5xl leading-supertight;
}
h2 {

View File

@ -113,6 +113,7 @@ module.exports = {
12: '4.8rem',
14: '5.6rem',
16: '6.4rem',
18: '7.2rem',
20: '8rem',
24: '9.6rem',
28: '11.2rem',