fix: description
This commit is contained in:
parent
48a3ab0e76
commit
25681d1de0
2 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ pageTitle }}</title>
|
||||
<link rel="preload" href="/assets/fonts/MonoLisa.min.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="/assets/styles/index.css?v={% appVersion %}" type="text/css" />
|
||||
|
|
|
@ -219,7 +219,6 @@ table {
|
|||
table,
|
||||
th,
|
||||
td {
|
||||
font-size: var(--font-size-base);
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Reference in a new issue