Enhance styling and functionality: add scrollbar styles, update iframe source, adjust project section width, implement MagicalGirl toggle, and create ASCII art HTML page.
This commit is contained in:
parent
217f115069
commit
deca6506a9
8 changed files with 178 additions and 22 deletions
|
|
@ -22,7 +22,7 @@ const projects = [
|
|||
|
||||
export default function Projects() {
|
||||
return (
|
||||
<section className="break-keep break-words w-full md:w-1/2">
|
||||
<section className="break-keep break-words w-full lg:w-1/2">
|
||||
<div className="space-y-8">
|
||||
{projects.map((project, idx) => (
|
||||
<div className="space-y-2" key={idx}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue