Skip to content

Commit

Permalink
Made the site responsive(mobile-friendly)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennamann committed May 11, 2017
1 parent 8302dc5 commit b2e4185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ body {
font-family: 'Roboto', sans-serif;
}

@media (min-width: 300px) {}

.container {
position: relative;
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<title>Destiny Flavor Text</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
Expand Down

0 comments on commit b2e4185

Please sign in to comment.