From a2ab69559e79c2aff78b52348898afeb106da442 Mon Sep 17 00:00:00 2001 From: Raluca Nicola Date: Tue, 27 Feb 2024 18:11:55 +0100 Subject: [PATCH] small changes --- cambridge-parks/index.html | 9 +-------- cambridge-parks/style.css | 36 ++---------------------------------- 2 files changed, 3 insertions(+), 42 deletions(-) diff --git a/cambridge-parks/index.html b/cambridge-parks/index.html index 36b4a76..3b35100 100644 --- a/cambridge-parks/index.html +++ b/cambridge-parks/index.html @@ -27,14 +27,7 @@

Over the past several decades, Kendall Square has transformed from a former industrial area into a world renowned center of biotech, high - tech research, and innovative companies. As the area continues to - evolve, the City has worked to create a vision for future growth - through the - Kendall Square Central Square (K2C2) Planning Study. + tech research, and innovative companies.

Over 5 acres of new and renovated public open space will be created, diff --git a/cambridge-parks/style.css b/cambridge-parks/style.css index b62fdc1..e2f847e 100644 --- a/cambridge-parks/style.css +++ b/cambridge-parks/style.css @@ -28,7 +28,7 @@ body { } #menu { - width: 375px; + max-width: 400px; z-index: 1; height: 100%; overflow: auto; @@ -69,39 +69,6 @@ sub { padding: 0 15px; } -.symbol { - position: absolute; - top: 0; - left: 0; - transition: transform 0.2s ease-in-out; - display: flex; - align-items: center; - justify-content: center; - filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.8)); - width: 30px; - height: 30px; -} - -.symbolDescription { - width: 25px; - height: 25px; - display: inline-block; - text-align: center; - line-height: 25px; -} - -.symbol, -.symbolDescription { - background-color: rgba(0, 0, 0, 0.4); - border: 2px solid rgba(255, 255, 255, 0.8); - border-radius: 50%; - color: white; -} -.symbol:hover { - transform: scale(1.3); - cursor: pointer; -} - #description { margin: 20px; line-height: 1.6rem; @@ -149,6 +116,7 @@ footer { .title { border: 1px solid #888; padding: 0 4px; + font-weight: bold; } @media (max-width: 600px) {