Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VJRolmasters authored Jul 22, 2024
1 parent f79b111 commit 6e0e767
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 6e0e767

Please sign in to comment.