|
7 | 7 | z-index: 6; |
8 | 8 | overflow: hidden; |
9 | 9 | position: fixed; |
10 | | - left: max(0px, calc(min(15vw, max(0px, 100vw - 1250px) / 4.5))); |
| 10 | + left: max( 1vmax, calc(min(15vw, max(0px, 100vw - 1250px) / 4.5)) ); |
11 | 11 | bottom: 2.5vmin; |
12 | 12 | } |
13 | 13 |
|
|
18 | 18 | color: rgba(237, 237, 237, 0.9); |
19 | 19 | text-shadow: 1.5px 1.5px 4px rgba(37, 37, 37, 0.632); |
20 | 20 | background-color: rgba(86, 86, 86, 0.37); |
21 | | - border-color: rgba(192, 192, 192, 0.85) rgba(144, 144, 144, 0.29); |
| 21 | + border-color: rgba(192, 192, 192, 0.45) rgba(144, 144, 144, 0.2); |
22 | 22 | border-style: solid; |
23 | 23 | } |
24 | 24 | .gitAboutMePage-sectionNavButtonStyle:hover{ |
|
64 | 64 |
|
65 | 65 |
|
66 | 66 | .gitAboutMePageParentStyle{ |
67 | | - width: min(100vw, 1100px); |
| 67 | + width: min( calc(100vw - 2vmax), 1100px); |
68 | 68 | height: calc(90vh - 40px); |
69 | 69 | display: grid; |
70 | 70 | grid-auto-flow: row; |
|
81 | 81 | } |
82 | 82 |
|
83 | 83 | .gitAboutMePageStyle .procPagesInnerBefore { |
84 | | - content : ''; |
85 | | - border-radius: var(--inner-before-after-radiusBefore); |
86 | | - background: transparent; |
87 | | - border-width: 0px 2px 2px 2px; |
88 | 84 | border-color: #5d5d5d; |
89 | | - border-style: solid; |
90 | | - height: var(--inner-before-after-height); |
91 | | - width: 99.8%; |
92 | | - margin-bottom: var(--inner-before-after-margin); |
93 | 85 | } |
94 | 86 |
|
95 | 87 | .gitAboutMePageStyle .procPagesInnerAfter { |
96 | | - content : ''; |
97 | | - border-radius: var(--inner-before-after-radiusAfter); |
98 | | - background: transparent; |
99 | | - border-width: 2px 2px 0px 2px; |
100 | 88 | border-color: #5d5d5d; |
101 | | - border-style: solid; |
102 | | - height: var(--inner-before-after-height); |
103 | | - width: 99.8%; |
104 | | - margin-top: var(--inner-before-after-margin); |
105 | 89 | } |
106 | 90 |
|
107 | 91 | /* -- -- -- */ |
|
183 | 167 | max-width: 1200px; |
184 | 168 | justify-self: center; |
185 | 169 | display: grid; |
186 | | - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); |
| 170 | + grid-template-columns: repeat(auto-fit, minmax(min(45%, 200px), 1fr)); |
187 | 171 | grid-auto-rows: auto; |
188 | 172 | gap: 8px 9px; |
189 | 173 | margin-bottom: 10px; |
190 | 174 | } |
191 | 175 |
|
192 | 176 | @media screen and (max-width: 500px) { |
193 | 177 | .procPagesAboutMe-skillListStyle{ |
194 | | - grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); |
| 178 | + width: 100%; |
| 179 | + grid-template-columns: repeat(auto-fit, minmax(min(45%, 100px), 1fr)); |
195 | 180 | } |
196 | 181 |
|
197 | 182 | } |
|
0 commit comments