feat: right-align content in right sidebar
- Added text-align: right to .cv-sidebar-right - Sidebar items now align to the right for better visual balance
This commit is contained in:
@@ -1183,6 +1183,7 @@ a:focus {
|
||||
.cv-sidebar-right {
|
||||
grid-column: 2;
|
||||
grid-row: 1;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Main content positioning */
|
||||
|
||||
Reference in New Issue
Block a user