Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
feat: Various minor css improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed Apr 22, 2024
1 parent d3b2e75 commit da9df5c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
3 changes: 2 additions & 1 deletion public/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
padding : 2.5%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.10em rgba(0, 0, 0, 0.7);
}

button {
Expand Down
1 change: 1 addition & 0 deletions public/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ main a {
font-family: 'Minecraft', sans-serif;
cursor: pointer;
color: white;
box-shadow: 0px 0px 0.30em 0.05em rgba(0, 0, 0, 0.6);

text-align: center;
justify-content: center;
Expand Down
6 changes: 4 additions & 2 deletions public/css/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
width: 60%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.10em rgba(0, 0, 0, 0.6);
}

#summary {
Expand All @@ -22,7 +23,8 @@
height: 50%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.10em rgba(0, 0, 0, 0.6);
}

.imgbox {
Expand Down
6 changes: 4 additions & 2 deletions public/css/catalog.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
width: 35%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.10em rgba(0, 0, 0, 0.7);
}

.imgbox {
Expand Down Expand Up @@ -56,7 +57,8 @@
height: 60%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.10em rgba(0, 0, 0, 0.7);
text-align: justify;
}

Expand Down
3 changes: 2 additions & 1 deletion public/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
padding : 2.5%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.05em rgba(0, 0, 0, 0.6);
}

.grill {
Expand Down
3 changes: 2 additions & 1 deletion public/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
padding : 2.5%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.10em rgba(0, 0, 0, 0.6);
}

.grill {
Expand Down
3 changes: 2 additions & 1 deletion public/css/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
padding : 2%;
border : solid;
border-color: black;
border-width: 6px;
border-width: 3px;
box-shadow: 0px 0px 0.30em 0.05em rgba(0, 0, 0, 0.6);
}

.grill {
Expand Down
3 changes: 2 additions & 1 deletion resources/views/error.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<body>
<div class="box">
<div class="sign">
<h1>Erreur !</h1>
<h1>Erreur 404 !</h1>
<p>Hurr. Huh. Pin ! Puh ! Puh ! <i>Pwuh !</i></p>
<p>Page non trouvée...</p>
</div>
</div>
</body>
Expand Down

0 comments on commit da9df5c

Please sign in to comment.