diff options
Diffstat (limited to 'frontend/src/components/Err.js')
| -rw-r--r-- | frontend/src/components/Err.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Err.js b/frontend/src/components/Err.js index f1891d0..8562a74 100644 --- a/frontend/src/components/Err.js +++ b/frontend/src/components/Err.js @@ -2,7 +2,7 @@ import React from 'react'; import styled from 'styled-components' const ErrMsg = styled.p` - display: inline-block; + display: inline; font-weight: 700; margin-left: 2em; color: #ff3333 |