From db7c6751df00ab2767d005ebd428507c77dc5675 Mon Sep 17 00:00:00 2001 From: "Amir.H Khademi" Date: Wed, 3 Jan 2024 11:59:49 +0330 Subject: [PATCH] complete final --- Resume.Blazor/Pages/Index.razor | 6 +++--- Resume.Blazor/wwwroot/css/app.output.css | 12 ++++-------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Resume.Blazor/Pages/Index.razor b/Resume.Blazor/Pages/Index.razor index 04a9c5f..a87c3d6 100644 --- a/Resume.Blazor/Pages/Index.razor +++ b/Resume.Blazor/Pages/Index.razor @@ -97,7 +97,7 @@ to-violet-500">

Instagram

- hesamit97 + hesamit97
@@ -109,7 +109,7 @@ to-violet-500">

Telegram

- hesamit97 + hesamit97
@@ -121,7 +121,7 @@ to-violet-500">

Discord

- #3149 + #3149
diff --git a/Resume.Blazor/wwwroot/css/app.output.css b/Resume.Blazor/wwwroot/css/app.output.css index 6408590..d084fb5 100644 --- a/Resume.Blazor/wwwroot/css/app.output.css +++ b/Resume.Blazor/wwwroot/css/app.output.css @@ -768,19 +768,15 @@ video { width: 3.5rem; } -.w-full { - width: 100%; -} - -.w-auto { - width: auto; -} - .w-fit { width: -moz-fit-content; width: fit-content; } +.w-full { + width: 100%; +} + .flex-row { flex-direction: row; }