mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-23 22:45:43 +01:00
chore: balance spacing around icons and images
This commit is contained in:
parent
162b5c2ce4
commit
4cf7c8b5a8
@ -61,7 +61,7 @@ export default function Index({
|
|||||||
<link rel="stylesheet" href="./main.css" />
|
<link rel="stylesheet" href="./main.css" />
|
||||||
</Head>
|
</Head>
|
||||||
<div className="ui basic segment container">
|
<div className="ui basic segment container">
|
||||||
<h1 className="ui huge header">
|
<h1 className="ui huge title header">
|
||||||
<img
|
<img
|
||||||
className="ui middle aligned tiny image"
|
className="ui middle aligned tiny image"
|
||||||
src={config.settings.logo}
|
src={config.settings.logo}
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -62,5 +61,8 @@ body {
|
|||||||
background: #f2711c;
|
background: #f2711c;
|
||||||
}
|
}
|
||||||
span i.icon {
|
span i.icon {
|
||||||
margin: 0 !important;
|
margin: 0 .25em .25em 0 !important;
|
||||||
|
}
|
||||||
|
.ui.title.header .ui.image {
|
||||||
|
margin-top: -.5em !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user