diff options
| author | dev | 2026-06-27 15:05:50 +0200 |
|---|---|---|
| committer | dev | 2026-06-27 15:05:50 +0200 |
| commit | 1d2586671117015c7983a1aeafe7b0594a7e6371 (patch) | |
| tree | 72c91fda6e516b7aa03010eeb35e1c0cecd95f25 /resources/views/topicindex.blade.php | |
| parent | 861f3988c71dc74256c3297fd6ae3b9484e3668c (diff) | |
| download | curious-1d2586671117015c7983a1aeafe7b0594a7e6371.tar.gz | |
small fixes in the ui
Diffstat (limited to 'resources/views/topicindex.blade.php')
| -rw-r--r-- | resources/views/topicindex.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/topicindex.blade.php b/resources/views/topicindex.blade.php index 81c9bf2..c1429a1 100644 --- a/resources/views/topicindex.blade.php +++ b/resources/views/topicindex.blade.php @@ -11,7 +11,7 @@ html { <div class="text-center container"> -<div class="container row text-white text-lg"> +<div class="container row text-white text-lg" style="margin-top: 20px"> <ul class="list-inline"> @foreach ($letters as $letter) <li class="list-inline-item"> |
