File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -331,22 +331,24 @@ form input, form textarea{
331331 font-size : 18px ;
332332 border-radius : 6px ;
333333}
334- /* #portfolioprojects .container div{
335- display: grid;
336- grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
337- grid-gap:40px;
338- }
339334
340- .container div .sub-p{
341- background-color: #454545;
342- padding: 40px;
343- font-size: 13px;
344- border-radius: 15px;
345- }
335+ /* Css for small screen */
346336
347- .container div div h2{
348- font-size: 20px;
349- font-weight: 300;
350- margin-bottom: 15px;
337+ @media only screen and (max-width : 600px ){
338+ # header {
339+ background-image : url (Images/phone4.jpg) ;
340+ }
341+ .header-text p , h1 {
342+ color : # 8f8080 ;
343+ font-weight : 600 ;
344+ }
351345
352- } */
346+ .header-text {
347+ margin-top : 100% ;
348+ font-size : 16px ;
349+ }
350+
351+ .header-text h1 {
352+ font-size : 30px ;
353+ }
354+ }
You can’t perform that action at this time.
0 commit comments