Skip to content

Commit

Permalink
Merge branch 'fix/whiteboard-responsiveness' of github.com:analog-m4/…
Browse files Browse the repository at this point in the history
…analog_fe into fix/whiteboard-responsiveness
  • Loading branch information
joh-ann committed Jan 10, 2024
2 parents 0587d51 + 412cc19 commit 7376553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WhiteBoard/WhiteBoard.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function WhiteBoard() {

return (
<div className="whiteboard flex flex-col sm:w-11/12 md:w-10/12 pb-5 mt-4 ">
<div className="whiteboard-title flex font-fjalla text-gray-900 self-start text-xl ml-1 border-b w-full mb-2 dark:text-white">
<div className="whiteboard-title flex font-fjalla text-gray-900 self-start text-2xl ml-1 border-b w-full mb-2 dark:text-white">
Whiteboard
</div>
<div style={{ width: '865px', height: '450px' }}>
Expand Down

0 comments on commit 7376553

Please sign in to comment.