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>
|
</head>
|
||||||
|
|
||||||
<body class="text-wrapper">
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
Document de Test
|
Document de Test
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -27,6 +27,9 @@ body {
|
||||||
line-height: $lineheight;
|
line-height: $lineheight;
|
||||||
color: #444;
|
color: #444;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
max-width:900px;
|
||||||
|
padding:1rem;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.night-mode {
|
.night-mode {
|
||||||
|
@ -86,13 +89,6 @@ sub {
|
||||||
::selection { background: #2484c1; color: #fff; }
|
::selection { background: #2484c1; color: #fff; }
|
||||||
::-moz-selection { background: #2484c1; color: #fff; }
|
::-moz-selection { background: #2484c1; color: #fff; }
|
||||||
|
|
||||||
/* ------------------ WRAPPERS ------------------- */
|
|
||||||
|
|
||||||
.text-wrapper {
|
|
||||||
width:$baseheight*40;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------ TITLES ------------------- */
|
/* ------------------ TITLES ------------------- */
|
||||||
|
|
||||||
@mixin title($size, $weight) {
|
@mixin title($size, $weight) {
|
||||||
|
|
Loading…
Reference in a new issue