From c2b750623c39af0b2b60459f34f2457aeab70f8a Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Tue, 21 Sep 2021 22:37:12 +0100 Subject: [PATCH] removes unnecessary style tag from image --- index.html | 4 ++-- pages/mainpage.css | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1c07cb7..d17e310 100644 --- a/index.html +++ b/index.html @@ -28,8 +28,8 @@
-
- me +
+ me
diff --git a/pages/mainpage.css b/pages/mainpage.css index 5ab0b20..b68626b 100644 --- a/pages/mainpage.css +++ b/pages/mainpage.css @@ -23,12 +23,19 @@ margin-right: 10vw; } -.profileImage{ +.profileImageContainer{ width: 30vw; height: 30vw; text-align: center; } +.profileImage{ + border-radius: 2px; + object-fit: cover; + width: 100%; + height:100% +} + #galleryHeader{ margin-left: 30vw; margin-right: 30vw;