This commit is contained in:
2020-03-22 17:25:11 -03:00
parent dc3faee09e
commit 00f9a10cbf
36 changed files with 559 additions and 68 deletions

View File

@ -1,6 +1,3 @@
$(document).ready(function() {
var base_width = 1110
var width = $(window).width()
var padding = (width - base_width) / 2
$('#page_container').find('.padded').css('padding-left', padding + 'px').css('padding-right', padding + 'px')
})

View File

@ -0,0 +1,10 @@
#equipos {
padding-top: 50px;
padding-bottom: 50px;
}
#transparencia {
background-color: rgba(0, 0, 0, .05);
padding-top: 50px;
padding-bottom: 50px;
font-family: Roboto;
}