source: src/main/resources/static/Result.css@ c3268ca

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 926 bytes
Line 
1 .u-section-1 {
2 background-image: none;
3}
4
5.u-section-1 .u-sheet-1 {
6 min-height: 1221px;
7}
8
9.u-section-1 .u-group-1 {
10 width: 772px;
11 min-height: 156px;
12 height: auto;
13 margin: 365px 148px 60px auto;
14}
15
16.u-section-1 .u-container-layout-1 {
17 padding-left: 30px;
18 padding-right: 30px;
19}
20
21.u-section-1 .u-text-1 {
22 font-size: 2.25rem;
23 margin: 0 auto;
24 font-family:Roboto,sans-serif;
25}
26
27@media (max-width: 1199px) {
28 .u-section-1 .u-group-1 {
29 margin-top: 500px;
30 height: auto;
31 }
32}
33
34@media (max-width: 991px) {
35 .u-section-1 .u-group-1 {
36 width: 613px;
37 margin-top: 629px;
38 margin-right: 0;
39 }
40}
41
42@media (max-width: 767px) {
43 .u-section-1 .u-group-1 {
44 width: 460px;
45 margin-top: 631px;
46 }
47
48 .u-section-1 .u-container-layout-1 {
49 padding-left: 20px;
50 padding-right: 10px;
51 }
52}
53
54@media (max-width: 575px) {
55 .u-section-1 .u-group-1 {
56 width: 288px;
57 margin-top: 914px;
58 }
59}
Note: See TracBrowser for help on using the repository browser.