diff --git a/.env b/.env index 5750abf..5b6040b 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ ###> symfony/framework-bundle ### APP_ENV=dev -APP_SECRET=e6e287f176fe2c69112fc620e1801bf0 +APP_SECRET= ###< symfony/framework-bundle ### ###> doctrine/doctrine-bundle ### diff --git a/README.md b/README.md index 9754acb..be336a9 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,17 @@ deblan-io ========= ``` -git clone git@gitnet.fr:deblan/deblan.io.git -cd deblan.io -make -``` - -## REMINDER - -``` +git clone git@gitnet.fr:deblan/deblan.io-murph.git blog +cd blog +cp .env .env.local +vim .env.local +composer install +yarn cd assets/fonts/deblan/ svg2ttf src/deblan-icon.svg deblan-icon.ttf ttf2woff deblan-icon.ttf deblan-icon.woff cat deblan-icon.ttf | ttf2woff2 > deblan-icon.woff2 ttf2eot deblan-icon.ttf deblan-icon.eot -- +cd - +make ``` diff --git a/assets/css/app.scss b/assets/css/app.scss index 280509a..4fe845c 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -795,6 +795,7 @@ $links: ( &-content { display: inline-block; vertical-align: top; + word-break: break-all; &--title { font-weight: bold; @@ -808,6 +809,10 @@ $links: ( padding-top: 10px; font-size: 14px; line-height: 20px; + + .deblan-icon { + margin-right: 10px; + } } } @@ -838,6 +843,18 @@ $links: ( .quick-image img { height: 200px; } + + .ejs-link { + &--anchor--with-image &-content { + display: block; + width: 100%; + } + + &--image { + display: block; + margin: 30px auto 0 auto; + } + } } @media screen and (max-width: 719px) { diff --git a/templates/editorjs/link.html.twig b/templates/editorjs/link.html.twig index 3537455..5b75e0a 100644 --- a/templates/editorjs/link.html.twig +++ b/templates/editorjs/link.html.twig @@ -9,7 +9,10 @@ {% endif %} {% if link %} - + {% endif %}