diff options
Diffstat (limited to 'app/javascript/scss/_agents.scss')
-rw-r--r-- | app/javascript/scss/_agents.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/scss/_agents.scss b/app/javascript/scss/_agents.scss index ec9285d..951505a 100644 --- a/app/javascript/scss/_agents.scss +++ b/app/javascript/scss/_agents.scss @@ -7,3 +7,10 @@ // Place all the styles related to the Agents controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: https://sass-lang.com/ + +body.index article.agent { + border: 1px solid; + border-radius: 1rem; + margin: 2rem; + padding: 2rem; +} |