diff --git a/Resume.Blazor/package-lock.json b/Resume.Blazor/package-lock.json
index dfb59c3..6dbf83d 100644
--- a/Resume.Blazor/package-lock.json
+++ b/Resume.Blazor/package-lock.json
@@ -12,7 +12,7 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
- "tailwindcss": "^3.3.5"
+ "tailwindcss": "^3.4.0"
}
},
"node_modules/@alloc/quick-lru": {
@@ -1186,9 +1186,9 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.3.5",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz",
- "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz",
+ "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
diff --git a/Resume.Blazor/package.json b/Resume.Blazor/package.json
index d8a17b3..f5c033e 100644
--- a/Resume.Blazor/package.json
+++ b/Resume.Blazor/package.json
@@ -13,6 +13,6 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
- "tailwindcss": "^3.3.5"
+ "tailwindcss": "^3.4.0"
}
}
diff --git a/Resume.Blazor/wwwroot/css/app.output.css b/Resume.Blazor/wwwroot/css/app.output.css
index 65f7b26..6408590 100644
--- a/Resume.Blazor/wwwroot/css/app.output.css
+++ b/Resume.Blazor/wwwroot/css/app.output.css
@@ -1,5 +1,5 @@
/*
-! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
+! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
/*
@@ -32,9 +32,11 @@
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
+7. Disable tap highlights on iOS
*/
-html {
+html,
+:host {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
@@ -44,12 +46,14 @@ html {
-o-tab-size: 4;
tab-size: 4;
/* 3 */
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
+ -webkit-tap-highlight-color: transparent;
+ /* 7 */
}
/*
@@ -121,8 +125,10 @@ strong {
}
/*
-1. Use the user's configured `mono` font family by default.
-2. Correct the odd `em` font sizing in all browsers.
+1. Use the user's configured `mono` font-family by default.
+2. Use the user's configured `mono` font-feature-settings by default.
+3. Use the user's configured `mono` font-variation-settings by default.
+4. Correct the odd `em` font sizing in all browsers.
*/
code,
@@ -131,8 +137,12 @@ samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
- font-size: 1em;
+ font-feature-settings: normal;
/* 2 */
+ font-variation-settings: normal;
+ /* 3 */
+ font-size: 1em;
+ /* 4 */
}
/*
@@ -649,10 +659,6 @@ video {
margin-right: 1.25rem;
}
-.mt-0 {
- margin-top: 0px;
-}
-
.mt-1 {
margin-top: 0.25rem;
}
@@ -766,6 +772,15 @@ video {
width: 100%;
}
+.w-auto {
+ width: auto;
+}
+
+.w-fit {
+ width: -moz-fit-content;
+ width: fit-content;
+}
+
.flex-row {
flex-direction: row;
}
@@ -774,6 +789,14 @@ video {
flex-wrap: wrap;
}
+.content-center {
+ align-content: center;
+}
+
+.items-center {
+ align-items: center;
+}
+
.justify-center {
justify-content: center;
}
@@ -796,6 +819,10 @@ video {
overflow-x: auto;
}
+.text-nowrap {
+ text-wrap: nowrap;
+}
+
.rounded-full {
border-radius: 9999px;
}
@@ -813,11 +840,6 @@ video {
background-color: rgb(0 119 181 / var(--tw-bg-opacity));
}
-.bg-\[\#00ACEE\] {
- --tw-bg-opacity: 1;
- background-color: rgb(0 172 238 / var(--tw-bg-opacity));
-}
-
.bg-\[\#232339\] {
--tw-bg-opacity: 1;
background-color: rgb(35 35 57 / var(--tw-bg-opacity));