1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-09 15:46:55 +02:00

Cleanup CSS

This commit is contained in:
Phuoc Nguyen
2020-02-04 12:04:34 +07:00
parent 8af4debb53
commit 0857878a0c
3 changed files with 2 additions and 13 deletions

View File

@@ -30,9 +30,8 @@ const CoverCard: React.FC<CoverCardProps> = ({ pattern }) => {
> >
<CoverLoader pattern={pattern} /> <CoverLoader pattern={pattern} />
<h4 <h4
className='font-normal'
style={{ style={{
fontSize: '16px',
fontWeight: 500,
margin: 0, margin: 0,
paddingTop: '12px', paddingTop: '12px',
textAlign: 'center', textAlign: 'center',

View File

@@ -3,16 +3,6 @@
* (c) 2019 - 2020 Nguyen Huu Phuoc <https://twitter.com/nghuuphuoc> * (c) 2019 - 2020 Nguyen Huu Phuoc <https://twitter.com/nghuuphuoc>
*/ */
body {
font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
-webkit-font-smoothing: antialiased;
}
html, body, div, article, aside, section, main, nav, footer, header, form, fieldset, legend, pre, code, a,
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, figcaption, figure, textarea,
table, td, th, tr,
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"] {
box-sizing: border-box;
}
.hljs, code { .hljs, code {
font-family: 'Source Code Pro', monospace; font-family: 'Source Code Pro', monospace;
font-size: 14px; font-size: 14px;

View File

@@ -6,7 +6,7 @@
<meta name="author" content="Nguyen Huu Phuoc" /> <meta name="author" content="Nguyen Huu Phuoc" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet">
</head> </head>
<body style="width: 100%;"> <body class='font-sans w-full'>
<div id="root" class="m-auto max-w-6xl"></div> <div id="root" class="m-auto max-w-6xl"></div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script>
<script> <script>