Skip to content

Commit a80e30b

Browse files
committed
maybe doin some cool shit?
1 parent 778be7d commit a80e30b

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

_layouts/team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
1919
Our Team
2020
</h2> -->
21-
<div class="has-text-left">
21+
<div class="description has-text-left">
2222
<p>
2323
Cabrillo Robotics Club (CRC) is a dedicated team of students from Cabrillo College in Aptos, California united by a mutual passion for robotics. We design and engineer cutting-edge solutions, drawing from the diverse experience and knowledge of our interdisciplinary members. The team is structured into four specialized subteams: Electrical, Mechanical, Software, and Marketing. This decentralized approach fosters autonomy within each division, allowing members to focus on their areas of expertise, while working collaboratively to create innovative and reliable robotic systems.
2424
</p>

assets/css/style.scss

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -447,17 +447,9 @@
447447
}
448448
}
449449
}
450-
451-
// #member {
452-
// // this is for a shadow under the card, with the dark background it cant really be seen, consider making darker or removing
453-
// -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
454-
// -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
455-
// box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
456-
// transform: scale(0.95);
457-
// transition: all 0.5s ease;
458-
// margin-bottom: 0.5rem !important;
459-
// display: inline-table;
460-
// }
450+
.description {
451+
min-height: 25vh;
452+
}
461453
.card {
462454
transition: all 0.25s ease;
463455
border-radius: 10px;

0 commit comments

Comments
 (0)