diff --git a/index.html b/index.html index 4895f8d2..8cc99514 100644 --- a/index.html +++ b/index.html @@ -87,10 +87,10 @@

1. Install using APK

Simply download our APK on the left and install on your device or emulator and you're ready to go!

2. Clone the Repository

-

First clone the repository:

+

First clone the repository in your desired directory:

- https://github.com/SCCapstone/CoolwithAnything.git + git clone https://github.com/SCCapstone/CoolwithAnything.git

diff --git a/website_styles/index.css b/website_styles/index.css index c71dbe11..2db47691 100644 --- a/website_styles/index.css +++ b/website_styles/index.css @@ -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; }