fixed and styled review details page

Co-authored-by: Kara Hoagland <KH-Cl@users.noreply.github.com>
Co-authored-by: Arthur Lu <learthurgo@gmail.com>
Co-authored-by: d7hernan <d7hernan@users.noreply.github.com>
This commit is contained in:
rheabhutada02
2022-11-21 16:07:20 -08:00
parent 23657853e5
commit 4073d2cc4b
3 changed files with 41 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
.journal-form > h1 {
.journal-form h1 {
font-family: 'testFont';
text-align: center;
}

View File

@@ -32,4 +32,14 @@ h1 {
color:#516754;
font-size: 6rem;
font-family: 'testFont';
}
.d-tag {
background-color: grey;
border-radius: 7px;
color: white;
padding-right: 7px;
padding-left: 7px;
margin-left: 10px;
margin-right: 10px;
}