mirror of
https://github.com/notherealmarco/vue-quic-test.git
synced 2025-05-05 04:28:39 +02:00
Improve font size
This commit is contained in:
parent
35dc9ea7ce
commit
787b6250e5
2 changed files with 8 additions and 6 deletions
|
@ -89,7 +89,7 @@ main {
|
|||
}
|
||||
|
||||
.bottom-text {
|
||||
font-size: 1.15rem;
|
||||
font-size: 1.05rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@ main {
|
|||
|
||||
h1 {
|
||||
font-weight: 500;
|
||||
font-size: 2.1rem;
|
||||
font-size: 1.9rem;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
@import './base.css';
|
||||
|
||||
body{
|
||||
display: flex;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
max-width: 1500px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
|
@ -23,10 +29,6 @@ a,
|
|||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue