Skip to content

Commit

Permalink
fix: corrected console window width
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 26, 2024
1 parent 12968e5 commit c173e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TheConsole.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
</script>

<template>
<div class="console bg-primary text-white text-xs pt-6 rounded-md relative">
<div class="console bg-primary text-white text-xs pt-6 rounded-md relative max-w-400px">
<ul class="absolute grid grid-cols-3 gap-3 top-2 left-4">
<li class="!m-0 rounded w-2 h-2 bg-red-400 inline-block" />
<li class="!m-0 rounded w-2 h-2 bg-yellow-300 inline-block" />
Expand Down

0 comments on commit c173e15

Please sign in to comment.