diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-10-16 20:41:40 -0400 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-10-16 20:41:40 -0400 |
commit | c1bb1be86e0786e728d115ef99050d0911a0ea80 (patch) | |
tree | dadadefccff1ae940e01509b60bfa5d08d79eb1c /style.css | |
parent | ebde75ba83296a53e0431c624aef50f46c1c19b5 (diff) |
finally fixed icon image
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ main { display: block; margin: auto; padding: 20px; - width: 75%; + max-width: 100%; height: auto; } |