18 lines
166 B
CSS
18 lines
166 B
CSS
|
#content {
|
||
|
margin: 0 15px;
|
||
|
}
|
||
|
|
||
|
.Name {
|
||
|
width: 600px;
|
||
|
}
|
||
|
.Name input {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.Description {
|
||
|
width: 600px;
|
||
|
}
|
||
|
.Description textarea {
|
||
|
width: 100%;
|
||
|
}
|