realisation de la page mesPlaylists
This commit is contained in:
parent
8784c290ca
commit
d0ca04aefc
24 changed files with 842 additions and 36 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div [class]="themeService.getClassTheme()">
|
||||
<div class="conteneur">
|
||||
<div class="myContainer">
|
||||
|
||||
<!-- Navbar -->
|
||||
<div style="margin-bottom: 50px">
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@
|
|||
color: white;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.conteneur {
|
||||
.myContainer {
|
||||
text-align: center;
|
||||
max-width: 100vw;
|
||||
height: 100vh;
|
||||
|
|
|
|||
Reference in a new issue