CSS update
This commit is contained in:
parent
ce3ea3a271
commit
0102ddbeb4
1 changed files with 5 additions and 4 deletions
|
@ -19,8 +19,8 @@ body {
|
||||||
min-height: 3in;
|
min-height: 3in;
|
||||||
border: solid, color-mix(in hsl,var(--black),transparent 80%), .03in;
|
border: solid, color-mix(in hsl,var(--black),transparent 80%), .03in;
|
||||||
box-shadow: inset .03in .35in .2in var(--accent_color);
|
box-shadow: inset .03in .35in .2in var(--accent_color);
|
||||||
min-height: 3.25in;
|
min-height: 3.6in;
|
||||||
min-width: 7cm;
|
min-width: 7.5cm;
|
||||||
}
|
}
|
||||||
video{
|
video{
|
||||||
max-width: 3in;
|
max-width: 3in;
|
||||||
|
@ -163,7 +163,8 @@ samp {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-width: 2.75in;
|
max-width: 3in;
|
||||||
|
margin-top: .5in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1856,7 +1857,7 @@ form div{
|
||||||
top:0;
|
top:0;
|
||||||
left:0;
|
left:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:.5in;
|
height: 1in;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
.rolediv{
|
.rolediv{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue