Skip to content

Commit

Permalink
refactor challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
GoesToEleven committed Aug 14, 2016
1 parent 25d45d7 commit 23e4e0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Expand Up @@ -7,6 +7,7 @@
<link rel="stylesheet" href="css/main.css">
</head>
<body>

<header>
<h1>Foggy Ocean</h1>
<nav>
Expand Down
1 change: 1 addition & 0 deletions 038_refactor-challenge/03_refactored_flexbox/css/main.css
Expand Up @@ -26,6 +26,7 @@ nav {
ul {
display: flex;
flex-flow: row wrap;
justify-content: center;
}

li {
Expand Down
1 change: 0 additions & 1 deletion 038_refactor-challenge/03_refactored_flexbox/index.html
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<title>Fun Project Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/mcleod-reset.css"/>
<link rel="stylesheet" href="css/main.css">
</head>
Expand Down

0 comments on commit 23e4e0b

Please sign in to comment.