feat: create template for Our Work page

This commit is contained in:
desmukh
2023-01-27 00:55:57 +05:00
parent a8cc30d27e
commit 3927f95138
5 changed files with 72 additions and 3 deletions

View File

@ -36,7 +36,7 @@ with others.
width: 80px;
margin-right: 8px;
height: 36px;
border-bottom: 1px solid var(--wp--preset--color--background);
border-bottom: 2px solid var(--wp--preset--color--background);
}
.wp-site-blocks h2::after {
@ -46,10 +46,10 @@ with others.
margin-left: 8px;
height: 36px;
border-left: 1px solid;
border-bottom: 1px solid var(--wp--preset--color--background);
border-bottom: 2px solid var(--wp--preset--color--background);
}
.wp-site-blocks ul {
.home .wp-site-blocks ul {
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
}
@ -74,4 +74,8 @@ with others.
display: flex;
align-items: flex-end;
height: 100%;
}
.page-template-our-work h2 a {
text-decoration: none;
}