Commit ca3bc5f4 authored by Bilal's avatar Bilal

Fixed responsiveness issues

parent 9b02f407
Pipeline #9481 canceled with stage
...@@ -6,7 +6,7 @@ import 'bootstrap/dist/css/bootstrap.min.css'; ...@@ -6,7 +6,7 @@ import 'bootstrap/dist/css/bootstrap.min.css';
function App() { function App() {
return ( return (
<div className='App'> <div className='App'>
<div className='row'> <div className='row m-0 p-0'>
<div className='d-large position-fixed col-md-2 h-100 logo-back'> <div className='d-large position-fixed col-md-2 h-100 logo-back'>
<div className='mb-2'> <div className='mb-2'>
<img src={logo} className='App-logo' alt='logo' /> <img src={logo} className='App-logo' alt='logo' />
...@@ -20,11 +20,13 @@ function App() { ...@@ -20,11 +20,13 @@ function App() {
</div> </div>
<h3 className='text-white'>Ivrnet</h3> <h3 className='text-white'>Ivrnet</h3>
</div> </div>
<div className='offset-md-2 col-md-8'> <div className='p-5'>
<header className='mb-4 mt-4'> <div className='offset-md-2 col-md-8'>
<h3 className='text-center'>Payment Details</h3> <header className='mb-4'>
</header> <h3 className='text-center'>Payment Details</h3>
<TelepayForm /> </header>
<TelepayForm />
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -242,7 +242,7 @@ const TelepayForm = () => { ...@@ -242,7 +242,7 @@ const TelepayForm = () => {
required required
/> />
</div> </div>
<div className='col'> <div className='col-1'>
<button type='button' className='btn-close' aria-label='Close' <button type='button' className='btn-close' aria-label='Close'
onClick={() => handleDeleteLineItem(index)}></button> onClick={() => handleDeleteLineItem(index)}></button>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment