Skip to content

Commit 8ec5cd8

Browse files
Float buttons left, except connect button
1 parent fec3159 commit 8ec5cd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ input:focus{
173173

174174
.bigbutton {
175175
display: inline-block;
176+
float: left;
176177
padding: 1.2em;
177178
background-color: #18222E;
178179
color: #fff;
@@ -186,6 +187,10 @@ input:focus{
186187
margin: 1em 0;
187188
}
188189

190+
.connectbutton {
191+
float: none;
192+
}
193+
189194
.bigbutton:hover {
190195
background-color: #000;
191196
transition: all 0.2s linear;

0 commit comments

Comments
 (0)