Skip to content

Commit 65d0088

Browse files
authored
More Site improvements (#9)
* Minor CSS updates since I'm a stickler for decent web design * Mobile scaling code * Mobile scaling * Update discord.html * Update linux.html * Update windows.html * Update index.html * Update macos.html
1 parent 7141cda commit 65d0088

File tree

8 files changed

+11
-2
lines changed

8 files changed

+11
-2
lines changed

about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en"><head>
22
<title>FetchCord</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
34
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
45
<meta content="UTF-8" http-equiv="encoding">
56
<link type="text/css" rel="stylesheet" href="styles.css">

credits.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en"><head>
22
<title>FetchCord</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
34
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
45
<meta content="UTF-8" http-equiv="encoding">
56
<link type="text/css" rel="stylesheet" href="styles.css">

discord.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en"><head>
22
<title>FetchCord</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
34
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
45
<meta content="UTF-8" http-equiv="encoding">
56
<link type="text/css" rel="stylesheet" href="styles.css">

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en"><head>
22
<title>FetchCord</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
34
<meta content="content-type" type="text/html; charset=utf-8">
45
<meta name="viewport" content="width=device-width, initial-scale=1.00, user-scalable=false;">
56
<link type="text/css" rel="stylesheet" href="styles.css">

linux.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en"><head>
22
<title>FetchCord</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
34
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
45
<meta content="UTF-8" http-equiv="encoding">
56
<link type="text/css" rel="stylesheet" href="styles.css">

macos.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en"><head>
22
<title>FetchCord</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
34
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
45
<meta content="UTF-8" http-equiv="encoding">
56
<link type="text/css" rel="stylesheet" href="styles.css">

styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ body{
127127
border-top-left-radius: 5px;
128128
border-top-right-radius: 5px;
129129
display: flex;
130-
/* flex-wrap: nowrap; */
131130
justify-content: space-between;
132131
align-items: center;
133132
overflow-x: scroll;
133+
overflow: -moz-scrollbars-none;
134134
}
135-
135+
136+
.navbar::-webkit-scrollbar { height: 0 !important }
137+
136138
.navbar a {
137139
float: left;
138140
color:#8D8F9D;

windows.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en"><head>
22
<title>FetchCord</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
34
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
45
<meta content="UTF-8" http-equiv="encoding">
56
<link type="text/css" rel="stylesheet" href="styles.css">

0 commit comments

Comments
 (0)