Skip to content

Commit

Permalink
Reduced fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommimon committed Apr 2, 2021
1 parent 117eb60 commit 399e13f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="innerPopupBox">

<img src="assets/prova_agenda2030.png" width="100%" height="100%" alt="Info">
<p style="text-align: left">
<p class="previewText" style="text-align: left">
Cari scout, <br>
<br>
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
Expand All @@ -31,7 +31,7 @@
ea commodo consequat.
<br>
</p>
<div style="text-align: center;"> <a href="description.html" target="_blank"> Scopri di più</a></div>
<div style="text-align: center;"> <a class="previewText" href="description.html" target="_blank"> Scopri di più</a></div>
<br>
<!-- bottone di chiusura del popup -->
<button type = "button" class="button" onclick="chiudiPopup()" > VAI ALLA MAPPA </button>
Expand Down
11 changes: 10 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,20 @@ body {

@media only screen and (max-width: 1000px) {
.button {
background-color: red;
font-size: 14px;
}
.btn {
font-size: 14px;
}
.overlay {
top: 100%;
-ms-transform: translate(-50%, -250%);
transform: translate(-50%, -250%);
}
.section {
margin-left: 15px;
}
.previewText {
font-size: 12px;
}
}

0 comments on commit 399e13f

Please sign in to comment.