Skip to content

Commit

Permalink
fix: fix layout width
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 26, 2021
1 parent 256b7f3 commit 6fe5b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
class="relative flex flex-col items-center justify-center max-w-3xl min-h-screen px-4 mx-auto sm:px-6 lg:px-8"
>
<main class="p-5 shadow-md w-max-content material-container">
<main class="p-5 shadow-md material-container">
<picture>
<source srcset="~/assets/img/brand/akbal.webp" type="image/webp" />

Expand Down

0 comments on commit 6fe5b6c

Please sign in to comment.