try finding article name from content

This commit is contained in:
Tykayn 2024-11-11 00:02:50 +01:00 committed by tykayn
parent 9cd8d6d92e
commit 7e9e8f2436
31 changed files with 124 additions and 426 deletions

View file

@ -1,3 +1,4 @@
/*style général scss*/
* {
box-sizing: border-box;
margin: 0;
@ -11,10 +12,8 @@ html {
body {
text-align: left;
font-size: 1.5rem;
line-height: 1.5em;
color: #000;
background: #fff;
}
@ -67,8 +66,7 @@ picture,
video,
canvas,
svg {
display: block;
width: 100%;
display: block;
margin-top: 1rem;
margin-bottom: 1rem;
max-width: 100%;