diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-25 14:31:25 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-25 14:31:25 +0200 |
| commit | a7bf5cad6bf66f2cd7e12fc436410fafb7826b10 (patch) | |
| tree | c9b2c64c2ddf24348dbc4bd0f42c3d0f4caf4d9e /src/app/components/post-page | |
| parent | 79229fc41cb55c68e195ccee6d0488acabeff3c4 (diff) | |
| download | DevHive-Angular-a7bf5cad6bf66f2cd7e12fc436410fafb7826b10.tar DevHive-Angular-a7bf5cad6bf66f2cd7e12fc436410fafb7826b10.tar.gz DevHive-Angular-a7bf5cad6bf66f2cd7e12fc436410fafb7826b10.zip | |
Fixed unecessary max-width of 98% on submit buttons in post and comment pages
Diffstat (limited to 'src/app/components/post-page')
| -rw-r--r-- | src/app/components/post-page/post-page.component.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/components/post-page/post-page.component.css b/src/app/components/post-page/post-page.component.css index 3eec851..4f2ae60 100644 --- a/src/app/components/post-page/post-page.component.css +++ b/src/app/components/post-page/post-page.component.css @@ -54,9 +54,7 @@ pointer-events: none; } - .submit-btn { - max-width: 98%; margin: 0 auto; margin-bottom: .5em; } |
