Adjust logo size
This commit is contained in:
parent
44279870b4
commit
3b923e7c35
@ -1,4 +1,8 @@
|
||||
#niklas-birk-root {
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
width: 10%;
|
||||
}
|
10
src/App.js
10
src/App.js
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user