1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-23 07:09:37 +02:00

feat: mobile friendly menu

This commit is contained in:
Corentin Thomasset 2022-04-15 12:21:09 +02:00
parent f872972e69
commit 1e67fa6e0b
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 121 additions and 35 deletions

View file

@ -45,19 +45,23 @@ useHead(head)
.tool-header {
padding: 40px 0;
.n-h1 {
opacity: 0.9;
font-size: 40px;
font-weight: 400;
margin: 0;
line-height: 1;
}
.separator {
width: 200px;
height: 2px;
background: rgb(161, 161, 161);
margin-bottom: 10px;
margin: 10px 0;
}
.description {
margin: 0;