File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -227,16 +227,16 @@ const SideChapterBox = ({
227227 </ div >
228228 < HeadingThree className = "text-left text-blue" > Frontend</ HeadingThree >
229229
230- < div className = "flex flex-col" >
230+ < div className = "flex flex-col " >
231231 < FrameworkButton
232- className = "bg-blue-lightest text-blue-darkest px-4 py-2 rounded mb-3"
232+ className = "bg-blue-lightest text-blue-darkest px-4 py-2 rounded mb-3 max-w-xxs "
233233 onClick = { ( ) => toggleFramework ( "react" ) }
234234 img = { ReactIcon }
235235 >
236236 React posts
237237 </ FrameworkButton >
238238 < FrameworkButton
239- className = "bg-green-lightest text-green-darker px-4 py-2 rounded focus:border-green-darker focus:border"
239+ className = "bg-green-lightest text-green-darker px-4 py-2 rounded focus:border-green-darker focus:border max-w-xxs "
240240 onClick = { ( ) => toggleFramework ( "vue" ) }
241241 img = { VueIcon }
242242 >
Original file line number Diff line number Diff line change @@ -357,6 +357,7 @@ module.exports = {
357357 } ,
358358 maxWidth : ( theme , { breakpoints } ) => ( {
359359 none : "none" ,
360+ xxs : "12rem" ,
360361 xs : "20rem" ,
361362 sm : "24rem" ,
362363 md : "28rem" ,
You can’t perform that action at this time.
0 commit comments