Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 822cc50

Browse files
added css and media query for footer display license's alignment
1 parent 5acd5b5 commit 822cc50

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

css/cc-footer-license.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.license-wrap {
2+
margin: 25px auto;
3+
max-width: calc(70vw - 4 * 25px);
4+
}
5+
6+
@media (max-width: 767px) {
7+
.license-wrap {
8+
max-width: 90vw;
9+
}
10+
}
11+
12+
@media (min-width: 992px) {
13+
.license-wrap {
14+
max-width: 75vw;
15+
}
16+
}
17+
18+
@media (min-width: 1300px) {
19+
.license-wrap {
20+
max-width: 65vw;
21+
}
22+
}

0 commit comments

Comments
 (0)