mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +02:00
Styling changes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<div {{ $attributes->merge(['class' => "flex md:flex-row flex-col m-auto max-w-5xl py-8 gap-x-10"]) }}>
|
||||
<div class="lg:w-1/2 w-full flex p-4 align-middle items-center">
|
||||
<div {{ $attributes->merge(['class' => "flex md:flex-row flex-col m-auto max-w-5xl py-4 md:py-8 gap-x-10"]) }}>
|
||||
<div class="lg:w-1/2 w-full flex py-4 md:px-4 align-middle items-center">
|
||||
<div class="flex flex-col">
|
||||
@isset ($title)
|
||||
<h3 class="text-blue-800 font-bold mb-2 uppercase">{{ $title }}</h3>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="lg:w-1/2 w-full flex p-4 align-middle items-center">
|
||||
<div class="lg:w-1/2 w-full flex py-4 md:px-4 align-middle items-center">
|
||||
<div class="flex flex-col">
|
||||
@isset ($title)
|
||||
<h3 class="text-blue-800 font-bold mb-2 uppercase">{{ $title }}</h3>
|
||||
|
Reference in New Issue
Block a user