chore: misc. design updates

This commit is contained in:
jinhojang6 2023-10-04 18:16:45 +09:00
parent 5de0491fbf
commit 11c23890a1
4 changed files with 11 additions and 2 deletions

View File

@ -68,7 +68,6 @@ The static files will be created in the `build` directory.
$ yarn serve
```
## CI/CD
- The `master` branch is deployed to https://develp.co/ through [Jenkins CI](https://ci.infra.status.im/job/website/job/develp.co/).

View File

@ -1,5 +1,5 @@
---
sidebar_position: 2
pagination_prev: null
---
# Contact us

View File

@ -2,6 +2,7 @@
title: About
hide_table_of_contents: true
sidebar_position: 1
pagination_next: null
---
# Develp Strengthens Ethereum by Encouraging Client Diversity

View File

@ -12,6 +12,11 @@ html {
}
}
.hidden {
display: none !important;
}
.footer {
> div:first-child {
margin-bottom: unset !important;
@ -24,3 +29,7 @@ html {
display: none;
}
}
main {
min-height: 100% !important;
}