Skip to Content

CSS File

URL: https://www.amstokens.io/presale/css/responsive.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: None
Size: 29 KB
Rules: 454 style rules
Imports: 0 stylesheets
HTTP Headers:  13 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/* -------------------------------------------------

2 min-width: 1200px

3---------------------------------------------------*/

4@media (min-width:1200px){

5.container{

6 max-width:1170px

7}

8.banner_image_right_big {

9 min-width: 700px;

10}

11}

12

13/* -------------------------------------------------

14 min-width: 991px and max-width: 1199px

15---------------------------------------------------*/

16@media only screen and (min-width: 991px) and (max-width: 1199px) {

17.banner_text h1,

18.banner_text_s2 h1 {

19 font-size: 2.2rem;

20}

21.pr_box h6 {

22 font-size: 14px;

23}

24.pr_box p {

25 font-size: 13px;

26}

27.roadmap_list p {

28 font-size: 14px;

29}

30.banner_rounded_bg {

31 height: 560px;

32 min-width: 460px;

33 top: -10%;

34 width: 460px;

35}

36.dl_lan li {

37 margin-top: 10px;

38 width: 50%;

39}

40.dl_lan li:nth-child(-n+2) {

...

</html>