Skip to content

Commit

Permalink
Merge pull request #13114 from VJRolmasters/MO
Browse files Browse the repository at this point in the history
[MEDIEVO OSCURO]Added 3 extra sheets to play with level 0 players
  • Loading branch information
NorWhal authored Jul 23, 2024
2 parents 8c24dff + 6e0e767 commit b217504
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 12 deletions.
33 changes: 31 additions & 2 deletions Medievo Oscuro/medievooscuro.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,24 @@
position: relative;
float: left;
width: 99%;
max-width: 800px;
min-width: 600px;
max-width: 1250px;
min-width: 1250px;
}

.sheet-50-50 {
position: relative;
float: left;
width: 45%;
min-width: 600px;
height: auto;
}

.sheet-50-50D {
position: relative;
float: right;
width: 45%;
min-width: 600px;
height: auto;
}

/* PNJ GRID */
Expand Down Expand Up @@ -1084,3 +1100,16 @@ h1 {
color: #fff!important;
}

@media screen and (min-width: 1300px){
.sheet-contenedorMO{
float:none;
position:relative;
width:100%;
height:auto;
margin: 0px auto;
border: solid medium double ;
border-color: #000000;
overflow:hidden;
max-width: 1300px;
}
}
Loading

0 comments on commit b217504

Please sign in to comment.