Commit dd65150efbe378bf415feb5572ce436c135d69fc
1 parent
4c6e9592
Exists in
master
and in
7 other branches
Correção na altura dos cartões em tamanho xm
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
init/index.php
... | ... | @@ -102,16 +102,16 @@ include "head.php"; |
102 | 102 | <div class="cartao {{{fa}}} col-xs-12 center-block" |
103 | 103 | style="width: 260px; min-width: 260px; max-width: 260px;"> |
104 | 104 | <div class="panel panel-default"> |
105 | - <div class="panel-body" style="max-height: 270px;"> | |
105 | + <div class="panel-body" > | |
106 | 106 | <div class="thumbnail" role="button" style="height: 90px;" > |
107 | 107 | <a target="{{{target}}}" href="{{{href}}}"> |
108 | 108 | <img class="img-rounded" style="height: 100%; width: 100%" src="imagens/{{{img}}}" /> |
109 | 109 | </a> |
110 | 110 | </div> |
111 | - <h4>{{{titulo}}}</h4> | |
112 | - <div class="hidden-xs" style="overflow: auto; height: 200px;"> | |
113 | - <h5>{{{subtitulo}}}</h5> | |
114 | - </div> | |
111 | + <h4 style="height:40px;">{{{titulo}}}</h4> | |
112 | + | |
113 | + <h5 class="hidden-xs" style="height: 100px;">{{{subtitulo}}}</h5> | |
114 | + | |
115 | 115 | </div> |
116 | 116 | <div class="panel-footer text-right" |
117 | 117 | style="padding: 0px; padding-right: 15px; border: 0px; background-color: white;"> | ... | ... |