Skip to content

Commit

Permalink
Added design changes for fixed width version of website
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Feb 21, 2024
1 parent 3f907ec commit 1fa4bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/c.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
body { margin: 0 auto;}
h1 { font-size: 18px;}
img { border: 0;}
table{ border-collapse: collapse;}
header{ height: 70px; width: 99%;}
footer{ height: 70px; margin-top: 30px; text-align: center; width: 99%;}
header{ background: #eee; height: 70px; max-width: 1200px;}
footer{ height: 70px; max-width: 1200px; margin-top: 30px; text-align: center; width: 99%;}

nav {
display: inline-block;
Expand Down Expand Up @@ -64,6 +65,7 @@ nav a:hover {
padding-left: 12px;
padding-right: 12px;
padding-top: 2px;
white-space: nowrap;
width: 25%;
}

Expand All @@ -90,9 +92,7 @@ body, .text {

#app {
display: inline-block;
margin-left: 10%;
vertical-align: top;
width: 75%;
}

#tbl tr th, #tbl tr td {background-color: #fff; border: 0;}
Expand Down

0 comments on commit 1fa4bdb

Please sign in to comment.