From: David Polakovic
Date: Fri, 31 Mar 2023 08:55:53 +0000 (+0200)
Subject: changed blog.php to blog.html + references to it, changed picture behavior in content...
X-Git-Url: https://git.dpolakovic.space/?a=commitdiff_plain;h=02b9d6f5d9a25c91009d3d7871f8f4a083cac42a;p=my-website
changed blog.php to blog.html + references to it, changed picture behavior in content class of styles
---
diff --git a/Blogs/blog-template.html b/Blogs/blog-template.html
index 7bea02f..fb885d6 100644
--- a/Blogs/blog-template.html
+++ b/Blogs/blog-template.html
@@ -24,7 +24,7 @@
diff --git a/Styles/styles.css b/Styles/styles.css
index 2f71552..a6dc7df 100644
--- a/Styles/styles.css
+++ b/Styles/styles.css
@@ -90,6 +90,10 @@ body {
text-align: justify;
}
+.content img {
+ max-width: 100%;
+}
+
.center {
text-align: center;
}
diff --git a/ad.html b/ad.html
index 9716810..4802f37 100644
--- a/ad.html
+++ b/ad.html
@@ -25,7 +25,7 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index 1c5b915..1aa5479 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@