mirror of
https://github.com/gamaio/unps.us-Shortener.git
synced 2024-12-22 02:02:40 +00:00
Attempt to make interface more scalable
This makes better positions the form element on the page, removing the need for the dummy element in index.php
This commit is contained in:
parent
9ae7422694
commit
4091ae8226
@ -117,9 +117,10 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
|
||||
}
|
||||
|
||||
.form-shorten {
|
||||
max-width: 600px;
|
||||
max-width: 51%;
|
||||
padding: 15px;
|
||||
margin: 0 auto;
|
||||
padding-top: 20%;
|
||||
}
|
||||
|
||||
.form-shorten .form-shorten-heading{
|
||||
|
Loading…
Reference in New Issue
Block a user