Adjust logo size

This commit is contained in:
Niklas Birk 2022-08-02 17:00:40 +02:00
parent 44279870b4
commit 3b923e7c35
2 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,8 @@
#niklas-birk-root {
text-align: center;
margin-top: 60px;
}
#logo {
width: 10%;
}

View File

@ -26,12 +26,12 @@ const theme = createTheme({
text: '$draculaForeground',
primaryLight: '$draculaSelection',
primaryLightHover: '$draculaComment',
primaryLightActive: '$draculaComment',
primaryLightContrast: '$draculaComment',
primaryLightActive: '$draculaSelection',
primaryLightContrast: '$draculaSelection',
primary: '$draculaPurple',
primaryBorder: '$draculaPurple',
primaryBorderHover: '$draculaPurple',
primarySolidHover: '$draculaPurple',
primaryBorderHover: '$draculaPink',
primarySolidHover: '$draculaPink',
primarySolidContrast: '$draculaForeground',
primaryShadow: '$draculaPurple',
@ -50,7 +50,7 @@ function App() {
return (
<NextUIProvider theme={theme}>
<div id="niklas-birk-root">
<img alt="Niklas logo" src={logo}/>
<img id="logo" alt="Niklas logo" src={logo}/>
<div>
<h1>Work in Progress</h1>
Das ist eine Seite im Aufbau.