Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 7475ec0

Browse files
committed
fixed stylesheet
1 parent 9f45ab1 commit 7475ec0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

css/about.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
.container {
2+
display: flex;
3+
flex-direction: column;
4+
align-items: center;
5+
justify-content: center;
6+
}
7+
18
.about-section {
29
max-width: 700px;
310
margin: 0 auto;
@@ -45,6 +52,9 @@
4552
@media (max-width: 600px) {
4653
.about-section {
4754
padding: 1rem;
55+
display: flex;
56+
flex-direction: column;
57+
align-items: center;
4858
}
4959

5060
.about-section h2 {
@@ -58,7 +68,7 @@
5868
.about-section img {
5969
width: 150px;
6070
height: 150px;
61-
margin-top: clamp(1rem, 5vw, 5rem);
71+
margin-top: 50vh;
6272
}
6373

6474
.navbar a {
@@ -73,4 +83,5 @@
7383
align-items: center;
7484
}
7585
}
86+
7687

0 commit comments

Comments
 (0)