diff --git a/profile.png b/profile.png index dcdbe50..615b77b 100644 Binary files a/profile.png and b/profile.png differ diff --git a/style.css b/style.css index 234dcf8..642e1ee 100644 --- a/style.css +++ b/style.css @@ -105,6 +105,7 @@ html{font-size: 13px;} display: flex; flex-direction: column; gap:1vh; + border-radius: 8%; padding: 1vh; } @@ -188,7 +189,7 @@ html{font-size: 13px;} flex-direction: column; justify-content: space-around; margin-top: 5vw; -gap: 3vh; + padding: 5vw; } .flex-column{ @@ -224,6 +225,7 @@ flex-direction: column; #Incomes{ display: flex; gap: 6vw; + align-items: center; } #Incomes hr { @@ -269,6 +271,7 @@ flex-direction: column; display: flex; flex-direction: column; gap: 2vh; + margin-top: 2vh; } #Comparing-to-peers #head { font-weight: bold; @@ -537,6 +540,7 @@ left: 27%; } #Incomes { flex-direction: column; + align-items: unset; } #today{padding: 3vh; background-color: #fafafa;