Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Fitzgerald committed Nov 27, 2017
1 parent 7ec1960 commit 40393b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Expand Up @@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=1028">
<meta name="theme-color" content="#000000">

<link rel="stylesheet" type="text/css" href="./fonts/fonts.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="manifest" href="./manifest.json">
<link rel="shortcut icon" href="./favicon.ico">

<title>Spotify React App</title>

Expand Down
3 changes: 1 addition & 2 deletions src/components/VolumeControls/VolumeControls.css
Expand Up @@ -4,8 +4,7 @@
right: 10px;
}

.volume,
input[type=range]::-moz-range-track {
.volume {
-webkit-appearance: none;
width: 120px;
height: 5px;
Expand Down

0 comments on commit 40393b8

Please sign in to comment.