Skip to content

Commit

Permalink
add styling to calendar/events
Browse files Browse the repository at this point in the history
  • Loading branch information
Reina128 committed May 1, 2024
1 parent 60c018e commit bada1af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<hr>
<div style="padding-top: 50px;">
<iframe src="https://docs.google.com/spreadsheets/d/1tIayCRxMKOJj41na6zIgkK2xSVG4RlWO_3dKGToBaco/edit?usp=sharing/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false" width="100%" height="500" frameborder="0"></iframe>
<iframe src="https://docs.google.com/spreadsheets/d/1tIayCRxMKOJj41na6zIgkK2xSVG4RlWO_3dKGToBaco/edit?usp=sharing/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false" style="box-shadow : 14px 14px #F97316" width="1000" height="600" frameborder="0"></iframe>
</div>


Expand Down
35 changes: 7 additions & 28 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,9 @@ video {
.h-\[28px\] {
height: 28px;
}
.h-\[390px\] {
height: 390px;
}
.h-\[400pt\] {
height: 400pt;
}
Expand All @@ -1088,30 +1091,6 @@ video {
.h-full {
height: 100%;
}
.h-9 {
height: 2.25rem;
}
.h-72 {
height: 18rem;
}
.h-\[300pt\] {
height: 300pt;
}
.h-\[300px\] {
height: 300px;
}
.h-\[700px\] {
height: 700px;
}
.h-\[500px\] {
height: 500px;
}
.h-\[400px\] {
height: 400px;
}
.h-\[390px\] {
height: 390px;
}
.min-h-\[400px\] {
min-height: 400px;
}
Expand Down Expand Up @@ -1741,14 +1720,14 @@ video {
display: none;
}

.md\:h-auto {
height: auto;
}

.md\:h-48 {
height: 12rem;
}

.md\:h-auto {
height: auto;
}

.md\:min-h-\[250px\] {
min-height: 250px;
}
Expand Down

0 comments on commit bada1af

Please sign in to comment.