3154fe0e by Jerald Lim

reduce padding

1 parent 1a88de26
...@@ -80,7 +80,7 @@ span.info { ...@@ -80,7 +80,7 @@ span.info {
80 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eff7f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 80 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eff7f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
81 } 81 }
82 .chat-message-center { 82 .chat-message-center {
83 padding: 20px 10vw !important; 83 padding: 20px 8% !important;
84 max-width: none; 84 max-width: none;
85 } 85 }
86 86
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!