mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
fix style
This commit is contained in:
parent
5c770061f9
commit
bcd471ab02
@ -21,7 +21,8 @@ export default () => {
|
|||||||
<antd.Tag color="blue">Beta</antd.Tag>
|
<antd.Tag color="blue">Beta</antd.Tag>
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
Join or create a space to start listening a synchronized music along the room </p>
|
Join or create a space to start listening a synchronized music along the room
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="spacesExplorer_header_actions">
|
<div className="spacesExplorer_header_actions">
|
||||||
|
@ -25,10 +25,11 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
.ant-tag {
|
.ant-tag {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
@ -37,6 +38,9 @@
|
|||||||
p {
|
p {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
color: var(--background-color-contrast);
|
color: var(--background-color-contrast);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user