- Corretto la possibilità di effettuare un Ordine di libri, sul sito gruppomacro.app. arriverà una email a "info@gruppomacro.app".

This commit is contained in:
Surya Paolo
2025-06-03 01:01:40 +02:00
parent 94d844c104
commit 12f816b738
18 changed files with 1150 additions and 899 deletions

View File

@@ -409,9 +409,9 @@ h3 {
}
.my-card-prod {
transition: box-shadow 0.3s;
transition: box-shadow 0.3s ease, transform 0.3s ease;
/* Add a transition for a smooth effect */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
width: 100%;
max-width: 300px;
padding: 0.5rem 0.5rem;
@@ -2567,4 +2567,33 @@ body.body--dark {
.no-print {
// display: none !important;
}
.macro-junior {
font-family: 'Comic Sans MS', cursive, sans-serif;
font-size: 12px;
color: #ccc;
line-height: 1.3;
}
.macro-junior h2 {
font-style: italic;
font-weight: bold;
margin: 0 0 6px 0;
font-size: 16px;
}
.macro-junior p {
margin: 0 0 8px 0;
}
.macro-junior blockquote {
font-style: italic;
font-weight: bold;
margin: 6px 0;
padding-left: 12px;
border-left: 3px solid #333;
color: #ccc;
font-size: 12px;
line-height: 1.3;
}