Skip to content

Commit

Permalink
0.3.11
Browse files Browse the repository at this point in the history
deleted space
  • Loading branch information
BusiMDAnderson committed Oct 3, 2023
1 parent 00ab39c commit c4f6715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions chamber/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://edu-mdanderson.github.io/wdd230/" />
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta property="og:url" content="https://edu-mdanderson.github.io/wdd230/"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Matthew Anderson - WDD 230 - Web Frontend Development"/>
<meta property="og:description" content="Web Frontend Development - Matthew Anderson - WDD230 Course Assignment Portal"/>
Expand All @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="styles/smaller.css" media="screen and (max-width: 37.5em)">
<link rel="stylesheet" type="text/css" href="styles/base.css">
<link rel="stylesheet" type="text/css" href="styles/larger.css">
<link rel="icon" href="images/favicon.ico" />
<link rel="icon" href="images/favicon.ico"/>
<meta name="author" content="Matthew Anderson"/>
<title>Idaho Falls Chamber of Commerce</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion chamber/styles/larger.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ a.button:hover {
nav.show {
display: flex;
justify-content: center;
padding-top: -1rem;
padding-top: 1rem;
}

}

0 comments on commit c4f6715

Please sign in to comment.