Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RalucaNicola committed Feb 27, 2024
1 parent de4046e commit a2ab695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
9 changes: 1 addition & 8 deletions cambridge-parks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,7 @@
<p>
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
<a
href="https://www.cambridgema.gov/CDD/Projects/Planning/K2C2"
target="_blank"
>Kendall Square Central Square (K2C2) Planning Study</a
>.
tech research, and innovative companies.
</p>
<p>
Over 5 acres of new and renovated public open space will be created,
Expand Down
36 changes: 2 additions & 34 deletions cambridge-parks/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
}

#menu {
width: 375px;
max-width: 400px;
z-index: 1;
height: 100%;
overflow: auto;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -149,6 +116,7 @@ footer {
.title {
border: 1px solid #888;
padding: 0 4px;
font-weight: bold;
}

@media (max-width: 600px) {
Expand Down

0 comments on commit a2ab695

Please sign in to comment.