Update styles and set up genres list page
This commit is contained in:
parent
9163b9dbbb
commit
870c36de1f
4 changed files with 35 additions and 20 deletions
|
|
@ -90,7 +90,7 @@ main {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
max-width: 900px;
|
||||
max-width: 930px;
|
||||
}
|
||||
|
||||
.title, h1 {
|
||||
|
|
@ -284,3 +284,10 @@ a:hover {
|
|||
.http-header {
|
||||
class="home-page-header" margin-top: 10vh;
|
||||
}
|
||||
|
||||
.carasol {
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
gap: 10px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue