diff options
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"> |
