Updated error padding

This commit is contained in:
Eldad Fux
2020-04-08 01:11:37 +03:00
parent 089975aec9
commit 0a0c76277b
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -1,4 +1,8 @@
.padding {
padding: 30px;
}
.margin-end {
.func-margin-end(20px)!important;
}