fix: modify padding in style.css for layout adjustments
move bottom padding to the links container.
This commit is contained in:
@@ -76,6 +76,7 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container,
|
.image-container,
|
||||||
@@ -101,6 +102,7 @@ body {
|
|||||||
|
|
||||||
.links-container {
|
.links-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links-container ul {
|
.links-container ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user