feat: suppression du wrapper
This commit is contained in:
parent
0782136eb7
commit
db444b5fe7
2 changed files with 4 additions and 8 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body class="text-wrapper">
|
||||
<body>
|
||||
<h1>
|
||||
Document de Test
|
||||
</h1>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue