CJ před 1 rokem
rodič
revize
7a3b93641c
1 změnil soubory, kde provedl 8 přidání a 3 odebrání
  1. 8 3
      templates/blog.html

+ 8 - 3
templates/blog.html

@@ -8,8 +8,8 @@
             name="viewport"
             content="width=device-width, initial-scale=1, maximum-scale=2, user-scalable=no"
     />
-    <meta name="apple-mobile-web-app-capable" content="yes" />
-    <meta name="robots" content="index,follow" />
+    <meta name="apple-mobile-web-app-capable" content="yes"/>
+    <meta name="robots" content="index,follow"/>
 
     <meta
             name="description"
@@ -19,7 +19,7 @@
     <meta name="author" content="CyberSicko"/>
     <meta name="theme-color" content="#ffffff"/>
     <title>{{ article.title }}-CyberSicko.net</title>
-   <link rel="preconnect" href="https://fonts.googleapis.com">
+    <link rel="preconnect" href="https://fonts.googleapis.com">
     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
     <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap"
           rel="stylesheet">
@@ -40,6 +40,11 @@
     <link rel="shortcut icon" href="{% static 'favicon.ico' %}">
 
     <style type="text/css">
+        p > a > img {
+            width: 100%;
+            height: 100%;
+        }
+
         blockquote {
             margin: 0;
         }