general cleaning, added landing subtitle and css; patch.
This commit is contained in:
parent
74689a11bb
commit
66c7b6fc8f
@ -16,6 +16,9 @@
|
|||||||
<div class="title-wrapper">
|
<div class="title-wrapper">
|
||||||
<h1 class="title">Welcome to SapioChat</h1>
|
<h1 class="title">Welcome to SapioChat</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="subtitle-wrapper">
|
||||||
|
<p class="subtitle">The sapiocentric network.</p>
|
||||||
|
</div>
|
||||||
<div class="login-wrapper">
|
<div class="login-wrapper">
|
||||||
<form class="login-form" action="/members" method="POST">
|
<form class="login-form" action="/members" method="POST">
|
||||||
<input type="text" name="username" class="username" placeholder="Username" /><br/><br/>
|
<input type="text" name="username" class="username" placeholder="Username" /><br/><br/>
|
||||||
|
@ -117,3 +117,10 @@ body {
|
|||||||
top: 22vh;
|
top: 22vh;
|
||||||
left: 8vw;
|
left: 8vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subtitle-wrapper {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
top: 22vh;
|
||||||
|
left: 14vw;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user