We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf3c67 commit 7e13017Copy full SHA for 7e13017
css/index.css
@@ -60,4 +60,39 @@ html {
60
.about-description{
61
text-align: justify;
62
line-height: 1.5;
63
+}
64
+
65
+@media only screen and (max-width: 768px) {
66
+ .hero {
67
+ background-size: 90%;
68
+ height: 90vh;
69
+ background-position: top;
70
+ }
71
72
+ .header {
73
+ font-size: 4rem;
74
+ width: 90%;
75
76
77
+ .about-main {
78
+ grid-template-columns: 1fr;
79
+ margin: 30px auto;
80
81
82
+ .about-pic, .about-section {
83
+ grid-column: 1;
84
85
86
+ .about-pic {
87
+ width: 70%;
88
+ margin-bottom: 20px;
89
90
91
+ .about-section {
92
+ margin: 20px 10px;
93
94
+ .about-description, .about-header {
95
+ margin: 20px;
96
97
98
}
0 commit comments