Skip to content
Snippets Groups Projects
Commit 100e5537 authored by Michael Drury's avatar Michael Drury
Browse files

making websight have more of a responsive design

parent e53860bb
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ a:link { ...@@ -30,6 +30,7 @@ a:link {
clear: right; clear: right;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
height: 100%;
} }
.home_left { .home_left {
...@@ -78,7 +79,7 @@ a:link { ...@@ -78,7 +79,7 @@ a:link {
.item_page_title { .item_page_title {
font-size: 400%; font-size: 400%;
border: thin; border: thin;
padding-left: 50px; padding-left: 3%;
font-family: Andale Mono, monospace; font-family: Andale Mono, monospace;
} }
...@@ -334,7 +335,7 @@ li { ...@@ -334,7 +335,7 @@ li {
} }
.item_page_text { .item_page_text {
padding-left: 50px; padding-left: 3%;
font-size: 150%; font-size: 150%;
color: #525252; color: #525252;
} }
...@@ -345,7 +346,7 @@ li { ...@@ -345,7 +346,7 @@ li {
} }
.item_page_information { .item_page_information {
padding-left: 50px; padding-left: 3%;
} }
.sponsor_image { .sponsor_image {
...@@ -432,6 +433,7 @@ li { ...@@ -432,6 +433,7 @@ li {
.item_page_side { .item_page_side {
float:right; float:right;
position: relative; position: relative;
height: 100%;
} }
.empty_cart_image { .empty_cart_image {
...@@ -443,7 +445,7 @@ li { ...@@ -443,7 +445,7 @@ li {
} }
.review_box { .review_box {
margin-left: 50px; margin-left: 3%;
margin-top: 60px; margin-top: 60px;
} }
...@@ -473,8 +475,9 @@ li { ...@@ -473,8 +475,9 @@ li {
background-color: #202020; background-color: #202020;
margin:0px; margin:0px;
text-align: center; text-align: center;
height: 80px;
} }
.header_img { .header_img {
height: 80px; height: 90%;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment