Browse Source

Merge 2ae1c143fd into 8c38e061cd

pull/2276/merge
Isaac Castro 7 years ago
committed by GitHub
parent
commit
7790433adb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      sapl/static/styles/_app.css

29
sapl/static/styles/_app.css

@ -0,0 +1,29 @@
/*FOOTER
Corrige a quebra de fluxo do background no rodapé com resoluções abaixo de 992px.*/
.footer{
position:absolute;
width:100%;
background:#364347 none repeat scroll 0% 0%;
color:white;text-align:center;
margin-top:20px;
}
/*MEDIA QUERIES
---> corrige a exibição de tabelas em resoluções menores que 512px*/
@media screen and (max-width: 512px) {
.table{
width: auto;
white-space: normal;
display:block;
overflow-x: auto;
}
}
Loading…
Cancel
Save