Text maybe right
This commit is contained in:
parent
0f1d0a4446
commit
6c8eb6c6bf
1 changed files with 3 additions and 3 deletions
|
@ -5,15 +5,15 @@
|
||||||
<style>
|
<style>
|
||||||
.title {
|
.title {
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 400%;
|
font-size: 300%;
|
||||||
}
|
}
|
||||||
.subtitle {
|
.subtitle {
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 300%;
|
font-size: 275%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 200%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
.main {grid-area: main;}
|
.main {grid-area: main;}
|
||||||
.left {grid-area: left;}
|
.left {grid-area: left;}
|
||||||
|
|
Loading…
Reference in a new issue