From: xangelo Date: Fri, 28 Jul 2023 19:35:10 +0000 (-0400) Subject: feat: first profile picture X-Git-Tag: v0.2.2~1 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=ab0d0411e1aa1c79db0b4e8e96a2a751069374cd;p=risinglegends.git feat: first profile picture --- diff --git a/public/assets/css/game.css b/public/assets/css/game.css index d5a39f8..de43ba4 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -100,16 +100,19 @@ section { } .avatar-container { - width: 64px; - height: 64px; + max-width: 128px; } #avatar { width: 100%; } -#stat-summary { +header { display: flex; - align-items: center; + align-items: flex-start; border: 0; + margin-bottom: 1rem; +} +#player-info { + width: 100%; } #player-section { display: flex; diff --git a/public/assets/img/profile-pics/warrior-1.jpg b/public/assets/img/profile-pics/warrior-1.jpg new file mode 100644 index 0000000..de2e4af Binary files /dev/null and b/public/assets/img/profile-pics/warrior-1.jpg differ diff --git a/public/index.html b/public/index.html index fdebbbb..a8eac15 100644 --- a/public/index.html +++ b/public/index.html @@ -16,25 +16,27 @@
-
+
- +
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+
-
- +