reworked slightly main layout
This commit is contained in:
@@ -5,5 +5,5 @@ const { Footer } = Layout;
|
||||
export default function FooterComponent(props) {
|
||||
const { version } = props;
|
||||
|
||||
return <Footer style={{ textAlign: 'center' }}>Footer: Owncast {version}</Footer>;
|
||||
return <Footer style={{ textAlign: 'center', height: '64px' }}>Footer: Owncast {version}</Footer>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user