Skip to content

Commit

Permalink
lcd update
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwords committed Mar 5, 2024
1 parent ebcb26e commit 6076fe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/lcd.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ select#allSections {
color: var(--spring-24-text);
box-sizing: border-box;
border-color: var(--spring-24-text);
background-image: url('images/sessions/spring-24/classes/sex-ed/WEB_BACKGROUND_.png');
background-image: url('images/sessions/spring-24/bg.jpg');
background-position: center;
background-repeat: repeat;
background-size: cover;
Expand All @@ -326,7 +326,7 @@ select#allSections {


.shell.spring-24 {
background-image: url('images/sessions/spring-24/classes/sex-ed/WEB_BACKGROUND_.png');
background-image: url('images/sessions/spring-24/bg.jpg');
/* background-position: bottom; */
/* background-repeat: no-repeat;
background-size: cover; */
Expand Down Expand Up @@ -509,7 +509,7 @@ select#allSections {
}

.shell.spring-24 {
background-image: url('images/sessions/spring-24/classes/sex-ed/WEB_BACKGROUND_.png');
background-image: url('images/sessions/spring-24/bg.jpg');
background-size: 100%;
background-position: bottom;
background-color: #fff;
Expand Down

0 comments on commit 6076fe6

Please sign in to comment.