Skip to content

Commit

Permalink
website touch up
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepThePatel committed Apr 18, 2024
1 parent 12f25f6 commit 5e1cfeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ <h2 style="margin-top: 45px; color: #5da8af;">
<h3 style="margin-top: 30px;">1. Install using APK</h3>
<p>Simply download our APK on the left and install on your device or emulator and you're ready to go!</p>
<h3 style="margin-top: 30px;">2. Clone the Repository</h3>
<p>First clone the repository:</p>
<p>First clone the repository in your desired directory:</p>
<div class="code-block">
<p class="code-block-text">
https://github.com/SCCapstone/CoolwithAnything.git
git clone https://github.com/SCCapstone/CoolwithAnything.git
</p>
<img class="copy-btn" src="website_content/copy.png" title="Copy">
</div>
Expand Down
2 changes: 1 addition & 1 deletion website_styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ li {

/* Code block text */
.scrollable-content .code-block .code-block-text {
font-size: 14px;
font-size: 13px;
color: #5da8af;
font-family: 'Roboto Mono', monospace;
}
Expand Down

0 comments on commit 5e1cfeb

Please sign in to comment.