This commit is contained in:
2024-07-25 11:55:31 +03:00
parent f005cb357b
commit 4d922096a9
3 changed files with 41 additions and 16 deletions

View File

@ -8,7 +8,7 @@ class PrimaryBtn
public function __construct(string $title, string $url)
{
$this->btn = "<a class='btn btn-primary' href='$url' style='margin: 3px; width: 100px;' >$title</a>";
$this->btn = "<a class='btn btn-primary' href='$url' style='margin: 3px; width: 150px;' >$title</a>";
}
public function fetch(): string