mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 07:02:16 +03:00
Initial work for docs using VitePress
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
.ui.horizontal.divider {
|
||||
margin: 3rem 0 2rem;
|
||||
}
|
||||
@@ -14,16 +17,16 @@ padding: 1em 0em;
|
||||
.masthead .ui.menu .ui.button {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
.masthead h1.ui.header {
|
||||
.masthead h2.ui.header {
|
||||
margin-top: 3em;
|
||||
font-size: 7em;
|
||||
}
|
||||
.masthead h2 {
|
||||
.masthead h1 {
|
||||
font-size: 1.3em;
|
||||
font-weight: normal;
|
||||
margin: 0.5em 0 5em 0;
|
||||
margin: 0.5em 0 2em 0;
|
||||
}
|
||||
.masthead h2 a {
|
||||
.masthead h1 a {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user