Skip to content

Commit

Permalink
remove style calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
informaticadiaz committed Jan 6, 2024
1 parent cdf9da1 commit 5307a96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
4 changes: 1 addition & 3 deletions src/pages/Calendario.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Calendar from 'react-calendar';
import { useState } from 'react';
import 'react-calendar/dist/Calendar.css';
import './Sample.css';
import '../App.css'

import messagesByDate, {Message} from './messagesByDate';
import MainLayout from '../Layout/MainLayout';

Expand All @@ -23,7 +23,6 @@ function Calendario() {
return (
<>
<MainLayout>
<div className='flex-calendar main-layout'>
<div>
<Calendar onClickDay={handleDateClick} tileClassName={tileClassName} />
</div>
Expand All @@ -35,7 +34,6 @@ function Calendario() {
</>
)}
</div>
</div>
</MainLayout>
</>
);
Expand Down
16 changes: 0 additions & 16 deletions src/pages/Sample.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,4 @@ button:hover {
#mensaje {
width: 100%;
margin-top: 10px;
}



@media screen and (min-width: 800px) {
.flex-calendar {
display: flex;
gap: 30px;
}


.calendar-image {
width: 500px;
background: 500px;
margin-top: 0;
}
}

0 comments on commit 5307a96

Please sign in to comment.