mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated error padding
This commit is contained in:
@@ -6,7 +6,7 @@ $projectName = $this->getParam('projectName', '');
|
||||
$projectURL = $this->getParam('projectURL', '');
|
||||
?>
|
||||
|
||||
<section class="zone large margin-top-xl">
|
||||
<section class="zone large margin-top-large padding">
|
||||
<h1 class="margin-bottom">Error <?php echo $code; ?></h1>
|
||||
|
||||
<p><?php echo $message; ?></p>
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,4 +1,8 @@
|
||||
|
||||
.padding {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.margin-end {
|
||||
.func-margin-end(20px)!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user