fix: add news time in detail view
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.news-detail__title {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 0rem !important;
|
||||
font-size: 3rem;
|
||||
text-align: left;
|
||||
|
||||
@@ -10,6 +10,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.news-detail__time {
|
||||
display: block;
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.news-detail__main-image {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
|
||||
Reference in New Issue
Block a user