about styling
This commit is contained in:
parent
58521b6503
commit
f0acc11b83
|
@ -10,11 +10,11 @@
|
||||||
color: #4338ca;
|
color: #4338ca;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-family: 'Major Mono Display', monospace;
|
font-family: 'Readex Pro', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h1 {
|
.h1 {
|
||||||
font-size: 3rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
|
|
|
@ -40,7 +40,7 @@ const cloneWithStyle = (node: JSX.Element) => {
|
||||||
function Contents() {
|
function Contents() {
|
||||||
return cloneWithStyle(
|
return cloneWithStyle(
|
||||||
<div>
|
<div>
|
||||||
<h1 id="about">About mantic markets</h1>
|
<h1 id="about">About</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
Mantic Markets is creating better forecasting through user-created
|
Mantic Markets is creating better forecasting through user-created
|
||||||
|
|
Loading…
Reference in New Issue
Block a user