Scribbler310's picture
Deploy educational sentiment detection chatbot (excluding PDF)
131da12
Raw
History Blame Contribute Delete
113 Bytes
/* Reset styling, styling is managed in App.css */
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}