fix: force line break
This commit is contained in:
parent
aa1cae3540
commit
e604807914
2 changed files with 6 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
box-shadow: 0 0 5px var(--shadow-color);
|
||||
padding: 2px;
|
||||
border: 1px solid var(--border-color);
|
||||
line-break: anywhere;
|
||||
}
|
||||
:global([data-nu-scheme-is='dark'] body code) {
|
||||
color: var(--bg-color);
|
||||
|
|
|
|||
|
|
@ -31,6 +31,11 @@
|
|||
SKILLS.sort((a, b) => b.years - a.years);
|
||||
|
||||
const PROJECTS = [
|
||||
{
|
||||
name: 'This site',
|
||||
href: 'https://github.com/AlexDaichendt/site',
|
||||
description: 'Complete source code for this website',
|
||||
},
|
||||
{
|
||||
name: 'Gear Optimizer',
|
||||
href: 'https://optimizer.discretize.eu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue