diff --git a/public/css/master.css b/public/css/master.css index 347d65c..dffc9ad 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -416,6 +416,7 @@ table.gb-admin tr td.gb-message { border-top: none; vertical-align: top; padding: 5px; + column-span: 2; } table.infotable tr td { @@ -430,6 +431,15 @@ table.infotable tr td small { margin: 0; } +caption h1, +caption h2 { + margin: 0; +} + +caption { + text-align: left; +} + table.infotable tr td small { margin-bottom: 5px; } diff --git a/resources/views/pages/admin/guestbook.blade.php b/resources/views/pages/admin/guestbook.blade.php index d510910..85460cc 100644 --- a/resources/views/pages/admin/guestbook.blade.php +++ b/resources/views/pages/admin/guestbook.blade.php @@ -22,7 +22,7 @@
- {{ $category->name }}- |
- |||||||||||||
- - |
-
- Fun Facts- |
- |||||||||||||
- - |
- |||||||||||||
◆ I am (unfortunately) British |
- Interests- |
- |||||||||||||
- - |
- |||||||||||||
◆ Tech Theatre | - Lighting, Stage Management, etc. | @@ -60,16 +48,10 @@
- Contact & social- |
- |||||||
- - |
- |||||||
E-mail: | contact@diskfloppy.me | diff --git a/resources/views/pages/weather.blade.php b/resources/views/pages/weather.blade.php index 40a89f5..6f67b80 100644 --- a/resources/views/pages/weather.blade.php +++ b/resources/views/pages/weather.blade.php @@ -18,16 +18,10 @@ function degreesToCompassDirection($degrees) { $data = $data->current; @endphp
- Local Weather- |
- |
- - |
- |
Wind Speed: | {{ $data->wind->speed }} mph |