diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-01-26 20:23:22 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-01-26 20:23:22 +0530 |
commit | 694cb53faaeee0a308fe87a868a111a1419c6e02 (patch) | |
tree | 71d5698b6f8bad04594c9fe4032af63c70d7ecaa | |
parent | be4307d4b6275ac1a5a331c6eae0c14a4cc09ec1 (diff) |
new changes
-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 { |