diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | data/style.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8c4968 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +## ghativega.in website +Powered by [blogit.](https://pedantic.software/git/blogit/) diff --git a/data/style.css b/data/style.css index 12e3a49..b1e1e2d 100755 --- a/data/style.css +++ b/data/style.css @@ -13,7 +13,6 @@ a { img { max-width: 100%; max-height: 100%; - display: block; /* remove extra space below image */ } body { |