Commit 9d414563 authored by Sergey's avatar Sergey

Start adaptive

parent 1fc7547e
......@@ -255,8 +255,6 @@ if(inputFile.length)
{
inputFile.forEach(function(input)
{
if(input.id = 'load-avatar') return;
input.addEventListener('change', function(e)
{
var value = input.value;
......
@media(max-width: 1280px)
{
.container
{
max-width: 100%;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.quick-job-search-block-content
{
padding: 64px 78px 43px;
}
.quick-job-search-block-content form input[type=submit]
{
padding-left: 30px;
padding-right: 30px;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment