File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ footer {
285285 text-align : center;
286286}
287287.table-container {
288- width : 50 % ;
288+ width : 70 % ;
289289 margin : 0 auto;
290290 margin-top : 20px ;
291291 border : 1px solid var (--white );
@@ -339,7 +339,7 @@ footer {
339339 justify-content : center;
340340}
341341# certificates .notice p {
342- width : 50 % ;
342+ width : 70 % ;
343343 text-align : start;
344344}
345345
@@ -375,6 +375,9 @@ footer {
375375}
376376@media screen and (max-width : 700px ) {
377377 /* CERTIFICATES */
378+ .table-container {
379+ width : 90% ;
380+ }
378381 td {
379382 font-size : 15px ;
380383 }
@@ -389,6 +392,9 @@ footer {
389392 margin-right : 0 ;
390393 margin-bottom : 15px ;
391394 }
395+ # certificates .notice p {
396+ width : 90% ;
397+ }
392398}
393399@media screen and (max-width : 625px ) {
394400 /* PORTFOLIO */
You can’t perform that action at this time.
0 commit comments