mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-03 00:54:20 +00:00
🔧 Add a margin to the preview page body
This commit is contained in:
parent
b9dbaabce5
commit
77ffffbcda
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
<link rel="stylesheet" href="src/targets/paper.root.css">
|
||||
<link rel="stylesheet" href="src/targets/royalblue.root.css">
|
||||
<title>Bluelib 2</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 4px !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="theme-bluelib">
|
||||
<main class="main">
|
||||
|
|
Loading…
Reference in a new issue