mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Added missing border in welcome screen title
This commit is contained in:
parent
2ad2d69b2b
commit
27476d8b23
2 changed files with 6 additions and 1 deletions
|
@ -33,6 +33,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.home__title-wrapper {
|
||||
padding: 1.5rem !important;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.home__title {
|
||||
text-align: center;
|
||||
font-size: 1.75rem;
|
||||
|
|
|
@ -37,7 +37,7 @@ const Home = ({ servers, history }: HomeProps) => {
|
|||
</div>
|
||||
</div>
|
||||
<div className="col-md-7 home__servers-container">
|
||||
<div className="p-4">
|
||||
<div className="home__title-wrapper">
|
||||
<h1 className="home__title">Welcome!</h1>
|
||||
</div>
|
||||
<ServersListGroup embedded servers={serversList}>
|
||||
|
|
Loading…
Reference in a new issue