- 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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user