Skip to content

Commit

Permalink
overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shooft committed Feb 5, 2024
1 parent 185e2ec commit 61fc84c
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions static/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

line-height:1.3em;

<<<<<<< HEAD
/* border-style:solid; */
/* border-width:1px; */
/* border-color:currentColor; */
Expand All @@ -54,25 +53,6 @@
#impression li:nth-of-type(7) {--angle:178deg; --pos:left bottom;}
#impression li:nth-of-type(8) {--angle:88deg; --pos:center bottom;}
#impression li:nth-of-type(9) {--angle:198deg; --pos:right bottom;}
=======
border-style:solid;
border-width:1px;
border-color:currentColor;
}

/* change up background-gradients */
#impression li:nth-of-type(1) img {--angle:118deg; --pos:right bottom;}
#impression li:nth-of-type(2) img {--angle:28deg; --pos:right center;}
#impression li:nth-of-type(3) img {--angle:138deg; --pos:right top;}

#impression li:nth-of-type(4) img {--angle:48deg; --pos:center top;}
#impression li:nth-of-type(5) img {--angle:158deg; --pos:left top;}
#impression li:nth-of-type(6) img {--angle:68deg; --pos:left center;}

#impression li:nth-of-type(7) img {--angle:178deg; --pos:left bottom;}
#impression li:nth-of-type(8) img {--angle:88deg; --pos:center bottom;}
#impression li:nth-of-type(9) img {--angle:198deg; --pos:right bottom;}
>>>>>>> a8a4b0e7376d49e507f7a00ae6e36aed9830787d


@media (width > 48em) {
Expand All @@ -94,16 +74,13 @@

#impression li div {
padding:.5em;
<<<<<<< HEAD

border-style:solid;
border-width:1px;
border-color:currentColor;

backdrop-filter: brightness(1.25) blur(1em) contrast(.85);

=======
>>>>>>> a8a4b0e7376d49e507f7a00ae6e36aed9830787d
}

#impression li h3 {
Expand Down Expand Up @@ -131,11 +108,7 @@
order:-100;
display:block;
padding:clamp(1em, 10vw, 3em);
<<<<<<< HEAD
/* background-image:var(--wdd-bg-img); */
=======
background-image:var(--wdd-bg-img);
>>>>>>> a8a4b0e7376d49e507f7a00ae6e36aed9830787d
}

@media print {
Expand Down Expand Up @@ -165,15 +138,9 @@
}


<<<<<<< HEAD



=======



>>>>>>> a8a4b0e7376d49e507f7a00ae6e36aed9830787d
/*********************/
/* SECTION - COURSES */
/*********************/
Expand All @@ -186,25 +153,6 @@
width:100%;
overflow-x: auto;
overscroll-behavior-x:contain;
<<<<<<< HEAD
}

#courses td {
height:min(20vh, 8em);
padding:1em;

border:solid 1px currentColor;

line-height:1.2em;
text-align:center;
}

#courses td.vrl {
writing-mode: vertical-rl;
rotate:180deg;
}

=======
}

#courses td {
Expand All @@ -222,7 +170,6 @@
rotate:180deg;
}

>>>>>>> a8a4b0e7376d49e507f7a00ae6e36aed9830787d
#courses td.low {
height:1em;
}
Expand Down

0 comments on commit 61fc84c

Please sign in to comment.