feat: suppression du wrapper

This commit is contained in:
Kazhnuz 2024-09-22 17:59:41 +02:00
parent 0782136eb7
commit db444b5fe7
2 changed files with 4 additions and 8 deletions

View file

@ -17,7 +17,7 @@
</head>
<body class="text-wrapper">
<body>
<h1>
Document de Test
</h1>

View file

@ -27,6 +27,9 @@ body {
line-height: $lineheight;
color: #444;
font-weight: 400;
max-width:900px;
padding:1rem;
margin: auto;
}
.night-mode {
@ -86,13 +89,6 @@ sub {
::selection { background: #2484c1; color: #fff; }
::-moz-selection { background: #2484c1; color: #fff; }
/* ------------------ WRAPPERS ------------------- */
.text-wrapper {
width:$baseheight*40;
margin: auto;
}
/* ------------------ TITLES ------------------- */
@mixin title($size, $weight) {