File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 66
77 text-shadow : 2px 2px 4px rgba (0 , 0 , 0 , 0.4 );
88
9- @media (max-width : 391 px ) {
9+ @media (max-width : 430 px ) {
1010 font-size : 3rem !important ;
1111 }
12- @media (max-width : 345 px ) {
12+ @media (max-width : 375 px ) {
1313 font-size : 2.5rem !important ;
1414 }
1515 }
4040 color : $primary-beige ;
4141 font-weight : bold ;
4242 border : none ;
43- font-size : 1.5rem ;
44- text-align : center ;
45- border : none ;
46- padding : 0.5rem ;
47- width : 11rem ;
4843
4944 & :hover {
5045 background-color : $primary-beige ;
5146 color : $secondary-blue ;
52- font-weight : bolder ;
47+ }
48+
49+ @media (min-width : 431px ) {
50+ font-size : 1.5rem ;
51+ text-align : center ;
52+ border : none ;
53+ padding : 0.5rem ;
54+ width : 11rem ;
55+ }
56+
57+ @media (max-width : 430px ) {
58+ background-color : $primary-beige ;
5359 }
5460}
You can’t perform that action at this time.
0 commit comments