PluginProbe
Plugin Detective – Troubleshooting Conflicts / 1.1.4
Plugin Detective – Troubleshooting Conflicts v1.1.4
1.2.35 1.2.33 1.2.32 1.2.31 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2 1.2.1 1.2.10 1.2.12 1.2.13 1.2.14 1.2.16 1.2.19 1.2.20 1.2.22 1.2.23 1.2.24 All 54 releases
plugin-detective / troubleshoot / app / src / assets / _hello.scss

_hello.scss in Plugin Detective – Troubleshooting Conflicts 1.1.4, at troubleshoot/app/src/assets/_hello.scss

16 lines 247 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .hello {
2 padding: 2rem;
3 padding-top: 6rem;
4 text-align: center;
5 @include bp(s) {
6 padding-top: 2rem;
7 }
8 img {
9 height: auto;
10 margin: 1.5rem auto;
11 max-height: 50vh;
12 max-width: 90vw;
13 width: auto;
14 }
15 }
16