fix: titels uniform
This commit is contained in:
parent
a59417b8f5
commit
0aefec28d7
7 changed files with 25 additions and 93 deletions
14
frontend/src/assets/common.css
Normal file
14
frontend/src/assets/common.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
h1 {
|
||||
color: #0e6942;
|
||||
text-transform: uppercase;
|
||||
font-weight: bolder;
|
||||
font-size: 50px;
|
||||
padding-left: 1%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 850px) {
|
||||
h1 {
|
||||
text-align: center;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue