diff options
Diffstat (limited to 'Blog/wwwroot')
| -rw-r--r-- | Blog/wwwroot/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Blog/wwwroot/app.css b/Blog/wwwroot/app.css index d5dd2b4..e812fa9 100644 --- a/Blog/wwwroot/app.css +++ b/Blog/wwwroot/app.css | |||
| @@ -316,3 +316,7 @@ li.dash { | |||
| 316 | color: var(--info); | 316 | color: var(--info); |
| 317 | } | 317 | } |
| 318 | 318 | ||
| 319 | .inline-block { | ||
| 320 | display: inline-block; | ||
| 321 | } | ||
| 322 | |||