mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
Pixel-perfect aligned edges
This commit is contained in:
parent
5109facf1c
commit
38079badc8
2 changed files with 33 additions and 26 deletions
|
@ -16,7 +16,7 @@ export function getAllClasses(options, additionalClassNames = '') {
|
|||
}
|
||||
|
||||
return classNames(
|
||||
"flex flex-col justify-center first:ml-0 ml-2 mr-2",
|
||||
"flex flex-col justify-center ml-2 mr-2",
|
||||
"mt-2 m:mb-0 rounded-md shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-100/20 dark:bg-white/5 p-2 pl-3 pr-3",
|
||||
additionalClassNames
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue