design fixes, hiring subpages, and hiring categories added

This commit is contained in:
timurgordon
2022-02-23 21:25:51 +03:00
parent a4c636f176
commit 05ddd75f83
18 changed files with 448 additions and 34 deletions

View File

@@ -9,10 +9,6 @@
@import "tailwindcss/utilities";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
* {
font-family: "Ubuntu";
}
/* Custom CSS for header partial */
.backdrop-blur {
-webkit-backdrop-filter: blur(40px);
@@ -48,7 +44,7 @@ img[src*="#large"] {
@apply text-lg lg:text-xl font-light;
}
h5 {
@apply text-base lg:text-base font-light leading-8 my-2;
@apply text-base lg:text-base font-light leading-8;
}
nav p {
@apply hidden sm:block md:block lg:block xl:block 2xl:block;
@@ -56,6 +52,12 @@ img[src*="#large"] {
blockquote {
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
}
li {
@apply text-base lg:text-base font-normal;
}
li li {
@apply text-sm lg:text-sm font-light;
}
}
h3 {
@@ -63,7 +65,6 @@ h3 {
font-style: normal;
font-weight: 600;
color: rgba(0, 0, 0, 0.5);
margin: 10px 0px;
}
p {