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;
|
||||
gap: 2rem;
|
||||
padding: 1rem;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.image-container,
|
||||
@@ -101,6 +102,7 @@ body {
|
||||
|
||||
.links-container {
|
||||
flex: 1;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.links-container ul {
|
||||
|
||||
Reference in New Issue
Block a user