Skip to content

Commit

Permalink
wallet position 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rost G. authored and Rost G. committed Jun 25, 2024
1 parent 028b366 commit 07756d8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/assets/index-Dcb9cP9T.css

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

1 change: 0 additions & 1 deletion docs/assets/index-rjzkeIlY.css

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coobot</title>
<script type="module" crossorigin src="./assets/index-DM8eNJ4h.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-rjzkeIlY.css">
<script type="module" crossorigin src="./assets/index-C-8Bc-m1.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Dcb9cP9T.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 2 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
margin: 0 auto;
padding: 2rem;
text-align: center;
/* display: flex; */
min-height: 100vh;
}

.logo {
Expand Down
10 changes: 10 additions & 0 deletions src/components/Header/header.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// .app {
// min-height: 100%;
// display: flex;
// flex-direction: column;
// }

// * {
// box-sizing: border-box;
// }

header {
// display: flex;
align-items: right;
Expand Down

0 comments on commit 07756d8

Please sign in to comment.