Fixed issue #317 Porject details layout
parent
55001a01b5
commit
be3234511f
|
@ -1,4 +1,8 @@
|
|||
.project-details {
|
||||
form {
|
||||
max-width: 700px;
|
||||
width: 100%;
|
||||
}
|
||||
input[type="text"],
|
||||
textarea {
|
||||
@extend %title;
|
||||
|
@ -12,9 +16,6 @@
|
|||
display: block;
|
||||
margin-bottom: .2rem;
|
||||
}
|
||||
input[type="text"] {
|
||||
width: 50%;
|
||||
}
|
||||
textarea {
|
||||
height: 10rem;
|
||||
}
|
||||
|
|
|
@ -220,8 +220,8 @@
|
|||
margin-bottom: 1rem;
|
||||
div {
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-right: 1%;
|
||||
position: relative;
|
||||
width: 49%;
|
||||
&:last-child {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue