m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 17:43:37 -05:00

Fix broken styles

This commit is contained in:
Sergio
2025-02-21 19:33:30 +02:00
parent 4d691dd5fa
commit bcb9f63735
4 changed files with 23 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import React from "react";
import "./styles.css";
import "./styles.css"
import CopyableCode from "../CopyableCode";
import { Browser } from "../Browser";

View File

@@ -1,13 +1,3 @@
/* Override nextra styles restricting width */
:root {
--nextra-content-width: unset !important;
}
header.nextra-navbar {
--nextra-content-width: 90rem;
}
article {
padding-inline: 0 !important;
padding-top: 0 !important;