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 3da44b1 commit 780319dCopy full SHA for 780319d
src/app/matrix/detail/detail.component.scss
@@ -1,8 +1,25 @@
1
:host {
2
- width: 25%;
3
background-color: #373737;
4
}
5
+@media only screen and (min-width: 1601px) {
6
+ :host {
7
+ width: 20%;
8
+ }
9
+}
10
+
11
+@media only screen and (max-width: 1600px) {
12
13
+ width: 25%;
14
15
16
17
+@media only screen and (max-width: 1300px) {
18
19
+ width: 30%;
20
21
22
23
.detail {
24
padding: 1.5rem 1rem;
25
0 commit comments