update Feature/add remote server logs (#166)

This commit is contained in:
Saeed Vaziry
2024-04-14 14:41:00 +02:00
committed by GitHub
parent 4517ca7d2a
commit 8a4ef66946
9 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
@php
$class = "mx-auto px-4 sm:px-6 lg:px-8";
$class = "mx-auto";
if (! str($attributes->get("class"))->contains("max-w-")) {
$class .= " max-w-7xl";
}