This commit is contained in:
@@ -297,13 +297,15 @@ footer a {
|
|||||||
background: rgba(255, 255, 255, 0.05); /* Un leggero sfondo chiaro per staccare */
|
background: rgba(255, 255, 255, 0.05); /* Un leggero sfondo chiaro per staccare */
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
margin-top: 30px;
|
margin-top: 0px;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
text-align: left; /* Fondamentale per la lettura */
|
text-align: left; /* Fondamentale per la lettura */
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appunti-style h1, .appunti-style h2, .appunti-style h3 {
|
.appunti-style h1:not(.appunti-style:first-child),
|
||||||
|
.appunti-style h2:not(.appunti-style:first-child),
|
||||||
|
.appunti-style h3:not(.appunti-style:first-child) {
|
||||||
color: #4db8ff;
|
color: #4db8ff;
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
}
|
}
|
||||||
@@ -323,15 +325,15 @@ footer a {
|
|||||||
}
|
}
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 1200px;
|
max-width: 100%;
|
||||||
margin: 100px auto 50px; /* Spazio per la navbar */
|
margin: 100px 5% 50px; /* Spazio per la navbar */
|
||||||
gap: 30px;
|
gap: 30px;
|
||||||
padding: 0 20px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sidebar Style */
|
/* Sidebar Style */
|
||||||
.sidebar {
|
.sidebar {
|
||||||
flex: 0 0 250px; /* Larghezza fissa 250px */
|
flex: 0 0 300px; /* Larghezza fissa 250px */
|
||||||
background: rgba(255, 255, 255, 0.05);
|
background: rgba(255, 255, 255, 0.05);
|
||||||
backdrop-filter: blur(10px); /* Effetto vetro sfocato */
|
backdrop-filter: blur(10px); /* Effetto vetro sfocato */
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
@@ -353,6 +355,7 @@ footer a {
|
|||||||
.sidebar nav {
|
.sidebar nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -370,6 +373,7 @@ footer a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-appunto i {
|
.btn-appunto i {
|
||||||
|
|||||||
Reference in New Issue
Block a user