1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-11-23 22:45:43 +01:00

Merge pull request #5 from aexvir/aexvir/spacing

chore: balance spacing around icons and images
This commit is contained in:
Adam Janiš 2020-11-16 22:38:22 +01:00 committed by GitHub
commit eff367f15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -61,7 +61,7 @@ export default function Index({
<link rel="stylesheet" href="./main.css" />
</Head>
<div className="ui basic segment container">
<h1 className="ui huge header">
<h1 className="ui huge title header">
<img
className="ui middle aligned tiny image"
src={config.settings.logo}

View File

@ -1,7 +1,6 @@
body {
background: #eeeeee;
}
.flex {
display: flex;
justify-content: center;
@ -62,5 +61,8 @@ body {
background: #f2711c;
}
span i.icon {
margin: 0 !important;
margin: 0 .25em .25em 0 !important;
}
.ui.title.header .ui.image {
margin-top: -.5em !important;
}