diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-12 19:25:28 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-12 19:25:28 -0500 |
| commit | 837509322d7e556830c57653828e223b06eb38a6 (patch) | |
| tree | 0af1076c9535ba6cd912d331ec61bcef951563bb /src/client/views/nodes/WebBox.scss | |
| parent | 1d667d19f5402dc9f9069e0a57008dac96f6de2a (diff) | |
fixed bugs with launching
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 2bd8b1d3c..9df984d68 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -1,11 +1,11 @@ -.imageBox-cont { +.webBox-cont { padding: 0vw; position: absolute; width: 100% } -.imageBox-button { +.webBox-button { padding : 0vw; border: none; width : 100%; |
