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:
parent
f872972e69
commit
1e67fa6e0b
4 changed files with 121 additions and 35 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue