Skip to content

Commit

Permalink
style:
Browse files Browse the repository at this point in the history
  • Loading branch information
dfyz011 committed Apr 19, 2024
1 parent 8419750 commit acd7524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const backgroundImageUrl = `url('${backgroundImage.src}')`;
}
.page {
height: 100%;
width: 100%;
max-width: 1300px;
overflow-x: hidden;
overflow-y: auto;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/contacts.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import avatarImage from "../images/avatar.png";
---

<Layout>
<div class="page">
<div class="container">
<div class="contacts">
<h1>Contact</h1>
<div class="text-part">
Expand Down Expand Up @@ -48,7 +48,7 @@ import avatarImage from "../images/avatar.png";
</Layout>

<style>
.page {
.container {
height: 100%;
display: grid;
grid-template-columns: 50% 50%;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/films/[name].astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const { Content } = await render();
padding-top: 20px;
}
.container {
width: 100%;
color: white;
padding:;
@media screen and (min-width: 960px) {
padding: 0 24px;
}
Expand Down

0 comments on commit acd7524

Please sign in to comment.