Change css - awaiting graphics

This commit is contained in:
Matt Walsh
2023-12-18 21:55:49 -06:00
parent 0393576e5f
commit 0eb4a1ffc7
3 changed files with 13 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -126,6 +126,17 @@ body {
color: #ffffff;
width: 100%;
max-width: 640px;
&.wide {
max-width: 854px;
background-color: red;
}
}
.wide #container {
padding-left: 107px;
padding-right: 107px;
background-repeat: no-repeat;
}
#divTwcLeft {
@@ -286,7 +297,6 @@ body {
// overflow: hidden;
background-image: url(../images/BackGround1_1.png);
transform-origin: 0 0;
}
#divTwc:fullscreen #container {