Skip to content

Commit 4f8fbd6

Browse files
added responsvness size 768px to the footer
1 parent 5b3e97a commit 4f8fbd6

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

src/home.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,3 +1140,28 @@ body {
11401140
font-size: 3rem;
11411141
color: white;
11421142
}
1143+
1144+
@media screen and (max-width: 768px) {
1145+
.footer {
1146+
height: 50vh;
1147+
background-color: #37383d;
1148+
text-align: center;
1149+
align-items: center;
1150+
display: flex;
1151+
flex-direction: column;
1152+
justify-content: center;
1153+
color: white;
1154+
}
1155+
1156+
.footer .footer-Wrap .footer-Top .footer-Top-Btn {
1157+
width: 330px;
1158+
height: 40px;
1159+
border-radius: 15px;
1160+
letter-spacing: 1px;
1161+
}
1162+
1163+
.footer .footer-Wrap .footer-Bottom #footer-Bottom-Icon {
1164+
font-size: 2.5rem;
1165+
color: white;
1166+
}
1167+
}

src/home.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/home.scss

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,3 +1176,34 @@ body {
11761176
}
11771177
}
11781178
}
1179+
1180+
@media screen and (max-width: 768px) {
1181+
.footer {
1182+
height: 50vh;
1183+
background-color: #37383d;
1184+
text-align: center;
1185+
align-items: center;
1186+
display: flex;
1187+
flex-direction: column;
1188+
justify-content: center;
1189+
color: white;
1190+
1191+
.footer-Wrap {
1192+
.footer-Top {
1193+
.footer-Top-Btn {
1194+
width: 330px;
1195+
height: 40px;
1196+
border-radius: 15px;
1197+
letter-spacing: 1px;
1198+
}
1199+
}
1200+
1201+
.footer-Bottom {
1202+
#footer-Bottom-Icon {
1203+
font-size: 2.5rem;
1204+
color: white;
1205+
}
1206+
}
1207+
}
1208+
}
1209+
}

0 commit comments

Comments
 (0)