Skip to content

Commit

Permalink
Add usage guide text
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherPillow committed Nov 4, 2023
1 parent a838736 commit 85e65b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ <h2>File upload dialog has been opened</h2>
<div id="main">
<div id="title">
<h1>XNB2CP Web</h1>
<h3><a href="https://github.com/anotherpillow/xnb2cp#usage" target="_blank">Usage guide</a></h3>
</div>
<div id="columns">
<div class="column left">
Expand Down
13 changes: 12 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,24 @@ $main-color: #524b3f;
font-weight: 700;
text-align: center;
}

h3 {
text-align: center;
margin: 0;

a {
color: inherit;

}

}
}

h1,h2,h3,h4,h5,h6 {
color: $main-color;
}

$available-col-height: calc(#{$main-height} - 150px);
$available-col-height: calc(#{$main-height} - 180px);

#columns {
display: flex;
Expand Down

0 comments on commit 85e65b6

Please sign in to comment.