mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
library alignment issues (#1308)
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
select.dropdown {
|
||||
@apply py-1 mb-3 min-w-[8rem] text-sm bg-white rounded-md border border-gray-300 cursor-pointer dark:bg-black text-sky-600 dark:text-orange dark:border-slate;
|
||||
@apply py-1 mb-3 h-[38px] min-w-[8rem] text-sm bg-white rounded-md border border-gray-300 cursor-pointer dark:bg-black text-sky-600 dark:text-orange dark:border-slate;
|
||||
}
|
||||
|
||||
.errorlist {
|
||||
@@ -112,7 +112,7 @@
|
||||
@apply mt-3 text-xl font-semibold;
|
||||
}
|
||||
#libraryReadMe p {
|
||||
@apply text-base pb-1 font-light;
|
||||
@apply text-base pb-1 font-light inline-block;
|
||||
}
|
||||
#libraryReadMe ul {
|
||||
@apply list-disc list-inside pl-4;
|
||||
|
||||
Reference in New Issue
Block a user