Skip to content

Commit

Permalink
Reworked html head commands and trying to get flexbox working on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
palaster committed Mar 17, 2024
1 parent ce5f2bc commit 4155da4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*{
* {
margin: 0px;
padding: 0px;
}
Expand All @@ -8,7 +8,9 @@ header, nav, section, article, footer {
}

body {
display: flex;
text-align: center;
width: 100%;
}

#outer_div {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<title>Palaster</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<div id="outer_div">
Expand Down
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<title>Palaster's Projects</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<div id="outer_div">
Expand Down

0 comments on commit 4155da4

Please sign in to comment.