# plugin-detective/1.1.4/troubleshoot/app/src/assets/_hello.scss

Plugin Detective – Troubleshooting Conflicts, version 1.1.4. 16 lines.

- Page: https://pluginprobe.com/plugins/plugin-detective/1.1.4/code/troubleshoot/app/src/assets/_hello.scss
- Raw: https://pluginprobe.com/plugins/plugin-detective/1.1.4/raw/troubleshoot/app/src/assets/_hello.scss
- Modified: 2018-05-12T20:04:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/plugin-detective/1.1.4/code/troubleshoot/app/src/assets/_hello.scss#L10-L20`.

```scss
.hello {
  padding: 2rem;
  padding-top: 6rem;
  text-align: center;
  @include bp(s) {
    padding-top: 2rem;
  }
  img {
    height: auto;
    margin: 1.5rem auto;
    max-height: 50vh;
    max-width: 90vw;
    width: auto;
  }
}

```
