Skip to content

Commit e585d01

Browse files
committed
chore: stile per formattazione più compatta
1 parent 41b536c commit e585d01

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ e il progetto si conforma al [Versionamento semantico](https://semver.org/spec/v
77

88
## [Non rilasciato]
99

10+
### Modificato
11+
12+
- stile per formattazione più compatta
13+
1014
## [1.0.0] - 2025-03-05
1115

1216
### Aggiunto

style.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,23 @@ h1 {
6060
}
6161

6262
.chronologie h2 {
63-
text-transform: uppercase;
64-
margin-top: .75rem;
65-
font-size: 1.8em;
63+
style: italic;
64+
margin-top: .70rem;
65+
font-size: 1.5em;
6666
font-weight: 300;
6767
}
6868

6969
.chronologie h3 {
70-
margin-top: 0.5rem;
70+
margin-top: 0.4rem;
71+
margin-bottom: 0.2rem;
7172
font-size: 1.2em;
7273
}
7374

7475
.info h2 {
7576
font-size: 2em;
7677
text-align: center;
7778
padding-top: 0.4cm;
78-
padding-bottom: 0.4cm;
79+
padding-bottom: 0.2cm;
7980
font-family: 'Bitter', serif;
8081
}
8182

@@ -90,7 +91,7 @@ h1 {
9091
}
9192

9293
.info h3 {
93-
margin-top: 1rem;
94+
margin-top: 0.5rem;
9495
font-size: .85em;
9596
}
9697

@@ -108,7 +109,7 @@ div.atouts {
108109
}
109110

110111
div.heading {
111-
margin-top: 1.5rem;
112+
margin-top: 0.5rem;
112113
}
113114

114115
ul.atouts {

0 commit comments

Comments
 (0)