mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
chore(deps): dependency bumps + related refactoring (fixes #19)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.section
|
||||
{
|
||||
@include centerTwo;
|
||||
min-height: 75vh;
|
||||
align-items: end;
|
||||
|
||||
@include centerTwo;
|
||||
|
||||
.content
|
||||
{
|
||||
@include flex(column);
|
||||
|
||||
@@ -3,7 +3,7 @@ import React from "react";
|
||||
const ThirdPartyAttribution: React.FC = () => <>
|
||||
<p>
|
||||
Iconography, typography, and color palette of this website are based on
|
||||
Microsoft's <a target="_blank" href="https://fluentui.dev/">Fluent Design System</a> licensed under
|
||||
Microsoft's <a target="_blank" href="https://fluentui.dev/">Fluent Design System</a> licensed under
|
||||
the <a target="_blank" href="https://github.com/microsoft/fluentui/blob/main/LICENSE">MIT License</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../theme.scss";
|
||||
@use "@/_styles/theme" as *;
|
||||
|
||||
.title
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user