File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 margin : 0 0 5px 0 ;
5050}
5151
52- .apply {
53- display : grid;
54- grid-template-columns : 1fr 200px ;
55- gap : 25px ;
56- margin : 25px 0 0 0 ;
57- }
58-
59- .apply strong {
60- display : block;
61- margin : 0 0 10px 0 ;
62- }
63-
64- .apply-btn {
65- display : block;
66- width : 200px ;
67- text-align : center;
68- color : var (--white );
69- background : var (--red );
70- height : 40px ;
71- line-height : 40px ;
72- border-radius : 3px ;
73- font-weight : 600 ;
74- }
75-
7652@media screen and (max-width : 1200px ) and (orientation : portrait),
7753(max-width : 1097px ) and (orientation : landscape) {
7854}
7955
8056@media screen and (max-width : 900px ) and (orientation : portrait),
8157(max-width : 823px ) and (orientation : landscape) {
82- .apply {
83- display : block;
84- }
85-
86- .apply-btn {
87- width : auto;
88- }
89-
9058 h3 {
9159 font-size : 20px ;
9260 }
You can’t perform that action at this time.
0 commit comments