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

changing font sizes to using vw so changes when screen size changes

parent 0ef244b4
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ a:link {
}
.shopping_title {
font-size: 450%;
font-size: 4vw;
border: thin;
margin-left: 2%;
font-family: Andale Mono, monospace;
......@@ -180,9 +180,9 @@ li {
display: block;
font-family: Andale Mono, monospace;
color: grey;
font-size: 200%;
font-size: 2vw;
text-align: center;
padding: 18px 16px;
padding: 10% 10%;
float: right
text-align: center;
}
......
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