15 lines
177 B
SCSS
15 lines
177 B
SCSS
#contact_actions{
|
|
margin-top:50px;
|
|
|
|
.contact_action{
|
|
margin-bottom:50px;
|
|
padding:20px;
|
|
border:2px solid black;
|
|
|
|
.name{
|
|
float:right;
|
|
|
|
}
|
|
}
|
|
|
|
} |