design fixes, hiring subpages, and hiring categories added
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user