1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

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

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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,8 @@
.padding {
padding: 30px;
}
.margin-end {
.func-margin-end(20px)!important;
}