mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Make congrats page more balanced
This commit is contained in:
parent
d0c3fe1fa9
commit
c9ec03efe0
1 changed files with 2 additions and 5 deletions
|
@ -29,7 +29,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<Container --gutter-block="1rem" --gutter-inline="2px" breakpoint="sm">
|
||||
<Col --col-justify="center">
|
||||
<div class="congrats">
|
||||
<h3>{congrats}</h3>
|
||||
<h1>{congrats}</h1>
|
||||
|
||||
<p>{nextLearnMsg}</p>
|
||||
|
||||
|
@ -66,6 +66,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<style lang="scss">
|
||||
.congrats {
|
||||
margin-top: 25vh;
|
||||
max-width: 30em;
|
||||
font-size: var(--base-font-size);
|
||||
|
||||
|
@ -73,10 +74,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
color: var(--fg-link);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.description {
|
||||
|
|
Loading…
Reference in a new issue