Adjust logo size
This commit is contained in:
parent
44279870b4
commit
3b923e7c35
@ -2,3 +2,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
width: 10%;
|
||||||
|
}
|
10
src/App.js
10
src/App.js
@ -26,12 +26,12 @@ const theme = createTheme({
|
|||||||
text: '$draculaForeground',
|
text: '$draculaForeground',
|
||||||
primaryLight: '$draculaSelection',
|
primaryLight: '$draculaSelection',
|
||||||
primaryLightHover: '$draculaComment',
|
primaryLightHover: '$draculaComment',
|
||||||
primaryLightActive: '$draculaComment',
|
primaryLightActive: '$draculaSelection',
|
||||||
primaryLightContrast: '$draculaComment',
|
primaryLightContrast: '$draculaSelection',
|
||||||
primary: '$draculaPurple',
|
primary: '$draculaPurple',
|
||||||
primaryBorder: '$draculaPurple',
|
primaryBorder: '$draculaPurple',
|
||||||
primaryBorderHover: '$draculaPurple',
|
primaryBorderHover: '$draculaPink',
|
||||||
primarySolidHover: '$draculaPurple',
|
primarySolidHover: '$draculaPink',
|
||||||
primarySolidContrast: '$draculaForeground',
|
primarySolidContrast: '$draculaForeground',
|
||||||
primaryShadow: '$draculaPurple',
|
primaryShadow: '$draculaPurple',
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ function App() {
|
|||||||
return (
|
return (
|
||||||
<NextUIProvider theme={theme}>
|
<NextUIProvider theme={theme}>
|
||||||
<div id="niklas-birk-root">
|
<div id="niklas-birk-root">
|
||||||
<img alt="Niklas logo" src={logo}/>
|
<img id="logo" alt="Niklas logo" src={logo}/>
|
||||||
<div>
|
<div>
|
||||||
<h1>Work in Progress</h1>
|
<h1>Work in Progress</h1>
|
||||||
Das ist eine Seite im Aufbau.
|
Das ist eine Seite im Aufbau.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user