Spaces:
Sleeping
Sleeping
Commit
·
381d58a
1
Parent(s):
3d6692a
Implementação da responsividade
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -116,9 +116,9 @@
|
|
116 |
|
117 |
.text-size-tip {
|
118 |
flex: 1;
|
119 |
-
min-width:
|
120 |
-
font-size:
|
121 |
-
color: #
|
122 |
line-height: 1.4;
|
123 |
}
|
124 |
|
|
|
116 |
|
117 |
.text-size-tip {
|
118 |
flex: 1;
|
119 |
+
min-width: 100%;
|
120 |
+
font-size: 14px;
|
121 |
+
color: #ffffff;
|
122 |
line-height: 1.4;
|
123 |
}
|
124 |
|