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-radius: 30px;
|
||||
padding: 8px 52px 8px 52px;
|
||||
/* padding: 8px 52px 8px 52px; */
|
||||
height: 51px;
|
||||
width: 249;
|
||||
transition-duration: 0.2s;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -22,6 +22,10 @@ body {
|
|||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.title.medium{
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.body {
|
||||
font-family: "Source Sans 3";
|
||||
font-size: 24pt;
|
||||
|
|
Loading…
Reference in a new issue