Skip to content

Commit

Permalink
viewport fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zaunders committed Sep 27, 2024
1 parent bf92d24 commit 43db486
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Rubik"
rel="stylesheet"
/>

<title>darksoil studio</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="module" crossorigin src="./assets/index-e7890ab6.js"></script>
<link rel="stylesheet" href="./assets/index-307de1b2.css">
<script type="module" crossorigin src="./assets/index-0e1e7c4f.js"></script>
<link rel="stylesheet" href="./assets/index-6bdd4aee.css">
</head>
<body>
<!--a.class links-->
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Rubik"
rel="stylesheet"
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ rocket-content-area {
display: flex;
flex-direction: row;
}


.column {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -263,7 +265,13 @@ rocket-header-scroll-menu a:nth-child(2) {
rocket-card {
padding: 1rem;
min-width: 250px;

}
rocket-content-area {
flex-direction: column;
}


}

a.cta {
Expand Down

0 comments on commit 43db486

Please sign in to comment.