Skip to content

Commit

Permalink
wsaw ui css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmithi committed Nov 5, 2024
1 parent 51f2e7e commit 2e2764c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions scripts/scripts-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,14 +445,14 @@ function decorateTwoColumnSection(main) {
if (currentDiv?.classList.contains('col-right')) {
newSection.appendChild(currentDiv);
}
childClone.className = 'text-gray-900 !text-base leading-6 font-bold pt-6 pb-4 my-0';
childClone.className = 'text-3xl !text-base leading-6 pt-6 pb-4 my-0';
newSection.appendChild(
div(
{ class: 'col-left lg:w-1/3 xl:w-1/4 pt-4' },
{ class: 'col-left lg:w-1/3 xl:w-1/4 pr-11' },
childClone,
domEl('hr', {
/* domEl('hr', {
style: 'height: 10px; width: 54px; border-width: 0px; color: rgb(216, 244, 250); background-color: rgb(216, 244, 250);',

Check failure on line 454 in scripts/scripts-dev.js

View workflow job for this annotation

GitHub Actions / build

This line has a length of 134. Maximum allowed is 100
}),
}), */
),
);
currentDiv = div({ class: 'col-right w-full mt-4 lg:mt-0 lg:w-2/3 xl:w-3/4 pt-6 pb-10' });
Expand Down
Loading

0 comments on commit 2e2764c

Please sign in to comment.