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

making websight have more of a responsive design by using % instead of px

parent 6376e595
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ a:link { ...@@ -23,6 +23,7 @@ a:link {
height: 90%; height: 90%;
float: right; float: right;
padding: 2%; padding: 2%;
max-width: 50%
} }
.shopping_side { .shopping_side {
...@@ -461,7 +462,7 @@ li { ...@@ -461,7 +462,7 @@ li {
.ad_photo { .ad_photo {
width: 80%; width: 80%;
padding: 0px; padding-top: 5%;
margin: 0px; margin: 0px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment