fix style namePage
This commit is contained in:
parent
a8545b854f
commit
5391b2606c
2 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
padding: 8px 52px 8px 52px;
|
/* padding: 8px 52px 8px 52px; */
|
||||||
|
height: 51px;
|
||||||
|
width: 249;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -22,6 +22,10 @@ body {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.title.medium{
|
||||||
|
font-size: 24pt;
|
||||||
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
font-family: "Source Sans 3";
|
font-family: "Source Sans 3";
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
|
|
Loading…
Reference in a new issue