diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-19 00:36:30 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-18 17:03:21 +1000 |
| commit | d7bc8b58f750c1a5c629915ed2097e477d204a67 (patch) | |
| tree | c46146abd1261f28319f5973ad9182da57276347 /Pages/Gallery.razor.css | |
| parent | 7dcc15cb52c29cc1c0112e3af2cf985b26cd7653 (diff) | |
Added basic search engine functionality
Diffstat (limited to 'Pages/Gallery.razor.css')
| -rw-r--r-- | Pages/Gallery.razor.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Pages/Gallery.razor.css b/Pages/Gallery.razor.css new file mode 100644 index 0000000..d1750b4 --- /dev/null +++ b/Pages/Gallery.razor.css @@ -0,0 +1,8 @@ +img { + margin-right: 5px; + max-height: 200px; +} + +form#upload { + padding-bottom: 30px; +}
\ No newline at end of file |
