Ajout des feuilles de styles
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@media screen {
|
||||
body {
|
||||
background-color: whitesmoke;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
align-items:center;
|
||||
}
|
||||
.pagedjs_pages{
|
||||
display:grid;
|
||||
grid-row-gap:1cm;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
.pagedjs_page:first-child{
|
||||
grid-column:2;
|
||||
}
|
||||
.pagedjs_page {
|
||||
background-color: #fdfdfd;
|
||||
flex: none;
|
||||
box-shadow: 0 0 1px rgba(0,0,0,0.2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user