Update program title styling

This commit is contained in:
2023-05-26 18:12:24 +03:00
parent 62af2aaca1
commit b1839ce31f
2 changed files with 36 additions and 18 deletions

View File

@@ -21,9 +21,10 @@
.programTitle {
display: flex;
align-items: center;
justify-content: space-between;
align-items: baseline;
justify-content: space-evenly;
width: 80%;
max-width: 25rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
margin-top: 1.5rem;
@@ -38,3 +39,8 @@
transition: color 0.3s;
}
}
.placeName {
font-size: 2.5rem;
margin-right: 1rem;
}