blog post mobile view update

This commit is contained in:
gurusabarish
2021-03-15 13:10:58 +05:30
parent a19418481d
commit 98ca5e1afa
5 changed files with 54 additions and 50 deletions
+4 -4
View File
@@ -64,15 +64,15 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
#### Inline Markdown within tables
| Inline    | Markdown    | In    | Table |
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
| *italics* | **bold** | ~~strikethrough~~    | `code` |
| Inline    | Markdown    | In    |
| ------------------------ | -------------------------- | ----------------------------------- |
| *italics* | **bold** | ~~strikethrough~~    |
## Code Blocks
#### Code block with backticks
``` html
``` html
<!DOCTYPE html>
<html lang="en">
<head>