mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
removed smooth scrolling to fix screenshots cutting off
This commit is contained in:
parent
e389b95a4c
commit
85a4215d5b
1 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
|||
:root {
|
||||
--roundness: 0.25rem;
|
||||
--font: "Roboto Mono";
|
||||
scroll-behavior: smooth;
|
||||
// scroll-behavior: smooth;
|
||||
scroll-padding-top: 2rem;
|
||||
}
|
||||
|
||||
|
@ -2647,10 +2647,10 @@ key {
|
|||
display: grid;
|
||||
gap: 2rem;
|
||||
|
||||
.created{
|
||||
.created {
|
||||
text-align: center;
|
||||
color: var(--sub-color);
|
||||
a{
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
@ -2659,14 +2659,15 @@ key {
|
|||
display: grid;
|
||||
gap: 0.25rem;
|
||||
|
||||
.title{
|
||||
.title {
|
||||
font-size: 2rem;
|
||||
line-height: 2rem;
|
||||
color: var(--sub-color);
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.supporters, .contributors {
|
||||
.supporters,
|
||||
.contributors {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
gap: 0.25rem;
|
||||
|
@ -3569,7 +3570,6 @@ key {
|
|||
transition: 0.25s;
|
||||
}
|
||||
|
||||
|
||||
.keymap {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
|
|
Loading…
Reference in a new issue