victorafarias commited on
Commit
381d58a
·
1 Parent(s): 3d6692a

Implementação da responsividade

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -116,9 +116,9 @@
116
 
117
  .text-size-tip {
118
  flex: 1;
119
- min-width: 250px;
120
- font-size: 12px;
121
- color: #6c757d;
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