diff --git a/.DS_Store b/.DS_Store index a708d0d..6654422 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/general.css b/css/general.css index ccdde30..f831f17 100644 --- a/css/general.css +++ b/css/general.css @@ -1273,7 +1273,7 @@ section { #sponsor-container { display: flex; - flex-wrap: wrap; + flex-flow: column nowrap; padding: 20px 5px; justify-content: center; } @@ -1282,8 +1282,23 @@ section { transform: scale(1.03); } +#sponsor-container img { + margin: 10px 0; +} + #gilroy-library-logo { height: 120px; + width: 352px; +} + +#gavilan-college-logo { + height: auto; + width: 352px; +} + +#gear-club-logo { + height: auto; + width: 352px; } #map-article { @@ -1443,23 +1458,6 @@ section { z-index: 1; } -/* #community-room { - width: 100%; - height: 99%; - position: absolute; - border-radius: 10px; - margin-top: 3px; - visibility: hidden; - top: 0; -} - -#com-room-img { - width: 100%; - height: 100%; - border-radius: 10px; - object-fit: contain; -} */ - #rules-description { margin: 10px 20px; font-size: 18px; @@ -1476,7 +1474,7 @@ section { margin: 10px auto; width: 90%; max-width: 850px; - min-width: 200px; + min-width: 350px; padding: 10px; } @@ -1713,7 +1711,7 @@ section { margin: 10px auto; width: 70%; max-width: 850px; - min-width: 200px; + min-width: 350px; padding: 10px; } diff --git a/img/.DS_Store b/img/.DS_Store index 908f667..14b971d 100644 Binary files a/img/.DS_Store and b/img/.DS_Store differ diff --git a/img/gavilan_college.png b/img/gavilan_college.png new file mode 100644 index 0000000..7435604 Binary files /dev/null and b/img/gavilan_college.png differ diff --git a/img/gear_logo.png b/img/gear_logo.png new file mode 100644 index 0000000..52ffc43 Binary files /dev/null and b/img/gear_logo.png differ diff --git a/index.html b/index.html index bd55d2c..c10c43c 100644 --- a/index.html +++ b/index.html @@ -314,8 +314,14 @@