File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import ThemeToggle from './ThemeToggle';
9
9
<section class =" px-4 py-2" >
10
10
<nav class =" flex items-center justify-between" >
11
11
<a class =" text-lg font-bold font-heading" href =" /ls/" >
12
- <span class =" md :hidden" >LS </span >
12
+ <span class =" sm :hidden" >Ling. Script </span >
13
13
<span class =" max-sm:hidden" >Linguagem de Script</span >
14
14
</a >
15
15
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { MENU } from '../consts';
4
4
5
5
<aside
6
6
id =" default-sidebar"
7
- class =" fixed z-50 left-0 top-11 md:h-screen md:w-36 xl :w-48 self-start bg-gray-100 dark:bg-slate-800 hidden lg:block"
7
+ class =" fixed z-50 left-0 top-11 md:h-screen w-full md :w-64 self-start shadow-md bg-gray-100 dark:bg-slate-800 hidden dark:border-r-white/30 dark:border-r lg:block"
8
8
aria-label =" Sidebar"
9
9
>
10
10
<div class =" md:h-screen px-3 py-4 overflow-y-auto" >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const { headings } = Astro.props;
11
11
---
12
12
13
13
<nav
14
- class =" toc fixed top-11 right-0 h-[calc(100vh-2.75rem)] py-8 px-2 lg:w-56 xl:w-64 self-start hidden lg :block overflow-y-scroll"
14
+ class =" toc fixed top-11 right-0 h-[calc(100vh-2.75rem)] py-8 lg:w-56 xl:w-64 self-start hidden xl :block overflow-y-scroll"
15
15
>
16
16
<ul class =" flex flex-col gap-2" >
17
17
{
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const { pageTitle } = Astro.props;
26
26
>
27
27
<Sidebar />
28
28
29
- <article class =" mx-auto py-8 lg:pl-40 xl:pl- 64 max-sm: px-4" >
29
+ <article class =" mx-auto lg:ml- 64 py-8 px-4 md:w-full " >
30
30
<slot />
31
31
</article >
32
32
</div >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const githubEditUrl = `${GITHUB_EDIT_URL}/src${file.split('/src').pop()}`;
62
62
<Sidebar />
63
63
64
64
<article
65
- class =" basis-full prose 2xl:prose -xl mx-auto py-8 max-sm: px-4 xl :px-4 xl:max-w-screen-md dark:prose-invert overflow-hidden"
65
+ class =" mx-auto lg:max -xl:ml-64 py-8 px-4 md :px-6 max- xl:max-w-none w-full prose 2xl:prose-xl dark:prose-invert overflow-hidden"
66
66
>
67
67
<slot />
68
68
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ classroomEntries.sort(
16
16
---
17
17
18
18
<BaseLayout pageTitle =" Conteúdos" >
19
- <main class = " mx-auto " >
19
+ <main >
20
20
<h1 class =" font-bold text-4xl text-center pb-16 pt-24" >Conteúdos</h1 >
21
21
<div
22
- class =" grid grid-cols-1 md:grid-cols-2 lg :grid-cols-3 gap-4 pb-16 px-4"
22
+ class =" max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-2 xl :grid-cols-3 gap-4 pb-16 px-4"
23
23
>
24
24
{
25
25
classroomEntries .map ((entry ) => (
You can’t perform that action at this time.
0 commit comments