Update program title styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user