Skip to content

Commit db0b25f

Browse files
committed
2 parents 1d5e257 + bd5aefe commit db0b25f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

css/style.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,3 +1116,27 @@ body,
11161116
.port-flex {
11171117
display: flex;
11181118
}
1119+
1120+
@media (max-width: 1200px) {
1121+
h2 {
1122+
font-size: 2rem;
1123+
}
1124+
.text-container {
1125+
max-width: 70%;
1126+
}
1127+
.text-container p {
1128+
font-size: 1.8rem;
1129+
text-align: start;
1130+
}
1131+
.home_hero_image img {
1132+
max-width: 50%;
1133+
height: auto;
1134+
margin: 1rem;
1135+
border-radius: 1rem;
1136+
}
1137+
.container-about {
1138+
justify-content: center;
1139+
width: 100%;
1140+
flex-wrap: wrap;
1141+
}
1142+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2 style="color: #000000; margin-top: 15rem; margin-bottom: 5rem;">Welcome to B
106106
<h2>Our Mission</h2>
107107
<p style="border-top: 1px solid #d2d2d2 !important; padding-top: 1rem">Our mission is to curate a comprehensive biomedical image library, serving as a globally accessible resource for researchers, educators, healthcare professionals, and students, fostering collaboration, innovation, and advancement in biomedical sciences. Grounded in values of accuracy, diversity, inclusivity, and ethical use, we aim to provide high-quality images while promoting education and upholding ethical standards. Through partnerships and continuous innovation, we strive to maintain a sustainable platform that supports the dissemination of knowledge, facilitates scientific discovery, and enhances patient care, ultimately realizing our vision of becoming the leading destination for biomedical images worldwide.</p>
108108
</div>
109-
<div class="text-container">
109+
<div class="text-container home_hero_image">
110110
<img src="img/home_hero.jpg" style="max-width: 90%; margin: 2rem; border-radius: 50px;">
111111
</div>
112112

0 commit comments

Comments
 (0)