/* .App { text-align: center; } */ .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { /* background-color: #D9523B; */ background-color: white; /* min-height: 100vh; */ display: flex; /* flex-direction: column; align-items: center; */ justify-content: center; font-size: calc(10px + 2vmin); color: black; padding: 1rem 2rem; } .App-btn { background-color: #3771C8 !important; color: white !important; width: 99%; } .App-btn:hover { background-color: #D40000; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media only screen and (min-width: 768px) { section.dashboard .slick-list .slick-track { display: flex; } section.dashboard .slick-list .slide { opacity: 1; } header .wrapper .article h1 span.arrow { display:none; } header .wrapper .article .description { max-height: 300px } .App-btn { width: 99%; background-color: #3771C8 !important; color: white !important; } .App-btn:hover { background-color: #D40000 !important; } } @media only screen and (min-width: 1024px) { .container header .wrapper { text-align:left; margin-left:5%; width:480px; } .container header .header-nav-area #nav_container { display:flex; } .container header form { display:block; } .container header .menu-icon { display:none; } header .wrapper .article footer { display: block; } section.dashboard .slick-list .slick-track { display: flex; min-width: 309px; padding: 20px; } section.dashboard .slick-list .slick-track[index="2"] { display: flex; } section.dashboard .slick-list .slide { opacity: 1; } .App-btn { width: 99% ; background-color: #3771C8 ; color: white; bottom: -5px; } .App-btn:hover { background-color: #D40000; } }