Skip to content

Commit bb04e32

Browse files
Adjust margin for calendar iframe
Increase top margin of calendar display.
1 parent d8284b2 commit bb04e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Calendar() {
55
return (
66
<main style={{ minHeight: 'calc(100vh - 300px)' }}>
77
<h1 className ='header-section'><strong>Calendar</strong></h1>
8-
<div style = {{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '80vh', marginTop: '20px'}}>
8+
<div style = {{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '80vh', marginTop: '50px'}}>
99
<iframe
1010
src = "https://calendar.google.com/calendar/embed?src=tamu.quantum%40gmail.com&ctz=America%2FChicago"
1111
style = {{border: 0, marginBottom:'-50px'}}

0 commit comments

Comments
 (0)