@@ -801,233 +801,203 @@ a {
801
801
}
802
802
803
803
804
+ @media only screen and (max-height : 600px ), only screen and (max-width : 320px ) {
805
+ .gliched-text , .gliched-move , .navbar {
806
+ font-size : 0.5em ;
807
+ }
804
808
805
- @media only screen and (max-width : 1880px ){
809
+ .child {
810
+ height : 85vh ;
811
+ }
806
812
807
- .gliched-text {
808
- font-size : 1em ;
813
+ .exp-element , .container , .social-items {
814
+ grid-template-columns : 1fr ;
815
+ row-gap : 1.5em ;
809
816
}
810
817
811
- .gliched-move {
812
- font-size : 0.75 em ;
818
+ .proj-element {
819
+ grid-template-columns : 1 fr ;
813
820
}
814
821
815
- .proj-element {
816
- .gliched-move {
817
- font-size : 0.75em ;
818
- }
819
- justify-items : center ;
820
- align-content : center ;
821
- text-align : center ;
822
+ .gliched-text p {
823
+ word-spacing : 5px ;
824
+ }
822
825
826
+ #pagination {
827
+ display : none ;
823
828
}
829
+ }
824
830
825
- .exp-element {
826
- .gliched-move {
827
- font-size : 1em ;
828
- }
831
+ @media only screen and (max-width : 1880px ) {
832
+ .gliched-text {
833
+ font-size : 1em ;
834
+ }
835
+
836
+ .gliched-move , .proj-element .gliched-move , .exp-element .gliched-move {
837
+ font-size : 0.75em ;
838
+ }
839
+
840
+ .proj-element , .exp-element {
829
841
justify-items : center ;
830
842
align-content : center ;
831
843
text-align : center ;
832
844
}
833
845
}
834
846
835
-
836
-
837
847
@media only screen and (max-width : 1300px ) {
838
- .gliched-text {
848
+ .gliched-text {
839
849
font-size : 1.7em ;
840
850
}
841
- .gliched-move {
851
+
852
+ .gliched-move {
842
853
font-size : 1em ;
843
854
}
844
855
}
845
856
846
- @media only screen and (max-width : 1150px ){
847
- .exp-element {
848
- .time-point {
857
+ @media only screen and (max-width : 1150px ) {
858
+ .exp-element {
859
+ .time-point {
849
860
display : none ;
850
861
}
851
862
grid-template-columns : 1fr 5fr 5fr ;
852
863
}
853
864
}
854
865
855
- @media only screen and (max-width : 1000px ) {
856
- .gliched-text {
857
- font-size : 1em ;
858
- }
859
- .gliched-move {
866
+ @media only screen and (max-width : 1000px ), only screen and (max-height : 900px ) {
867
+ .gliched-text , .gliched-move {
860
868
font-size : 1em ;
861
869
}
862
- .navbar {
870
+
871
+ .navbar {
863
872
font-size : 0.8em ;
864
873
}
865
- .child {
874
+
875
+ .child {
866
876
height : 90vh ;
867
877
}
868
878
869
- #pagination {
879
+ #pagination {
870
880
display : none ;
871
881
}
872
-
873
882
}
874
883
875
- @media only screen and (max-height : 900px ) {
876
- .gliched-text {
877
- font-size : 1.7em ;
878
- }
879
- .gliched-move {
880
- font-size : 1em ;
881
- }
882
- }
883
-
884
- @media only screen and (max-width : 900px ){
885
-
886
- .exp-element {
887
- .info {
884
+ @media only screen and (max-width : 900px ) {
885
+ .exp-element {
886
+ .info {
888
887
display : none ;
889
888
}
890
889
grid-template-columns : 1fr 10fr 5fr ;
891
890
}
892
891
893
- .proj-element {
894
- .gliched-text p {
892
+ .proj-element {
893
+ .gliched-text p {
895
894
word-spacing : normal ;
896
895
}
897
- .lang {
896
+
897
+ .lang {
898
898
margin : 1% ;
899
899
font-size : 1em ;
900
900
word-spacing : 10px ;
901
901
}
902
- .info {
902
+
903
+ .info {
903
904
font-size : 1em ;
904
905
}
905
- .gliched-move {
906
+
907
+ .gliched-move {
906
908
margin : 0 ;
907
909
}
908
- .line-point {
909
- display :none ;
910
+
911
+ .line-point {
912
+ display : none ;
910
913
}
914
+
911
915
grid-template-columns : 1fr ;
912
916
row-gap : 1em ;
913
917
}
914
-
915
918
}
916
919
917
- @media only screen and (max-width : 850px ){
918
-
919
- .gliched-text {
920
+ @media only screen and (max-width : 850px ) {
921
+ .gliched-text {
920
922
font-size : 1.5em ;
921
923
}
922
- .gliched-move {
924
+
925
+ .gliched-move {
923
926
font-size : 1em ;
924
927
}
925
928
926
- .social-items {
929
+ .social-items {
927
930
grid-template-columns : 1fr ;
928
931
row-gap : 1rem ;
929
932
}
930
-
931
933
}
932
934
933
- @media only screen and (max-width : 800px ){
934
- .exp-element {
935
+ @media only screen and (max-width : 800px ) {
936
+ .exp-element {
935
937
grid-template-columns : 1fr ;
936
938
row-gap : 2em ;
937
939
}
938
-
939
940
}
940
941
941
-
942
942
@media only screen and (max-width : 680px ) {
943
-
944
- .gliched-text {
943
+ .gliched-text {
945
944
font-size : 1.3em ;
946
945
}
947
- .gliched-move {
946
+
947
+ .gliched-move {
948
948
font-size : 1em ;
949
949
}
950
950
951
- .navbar {
952
-
953
- a ::after {
954
- display : none ;
955
- }
956
-
957
- ul {
958
- p {
959
- display : none ;
960
- }
951
+ .navbar a ::after {
952
+ display : none ;
953
+ }
961
954
962
- i {
963
- display : block ;
964
- }
965
-
966
- a {
967
- text-shadow : none ;
968
- }
955
+ .navbar ul p {
956
+ display : none ;
957
+ }
969
958
970
- }
959
+ .navbar ul i {
960
+ display : block ;
961
+ }
971
962
963
+ .navbar a {
964
+ text-shadow : none ;
972
965
}
973
966
974
- #cursor {
967
+ #cursor {
975
968
display : none ;
976
969
}
977
970
}
978
971
979
-
980
-
981
-
982
972
@media only screen and (max-width : 580px ) {
983
- .gliched-text {
984
- font-size : 1em ;
985
- }
986
- .gliched-move {
973
+ .gliched-text , .gliched-move {
987
974
font-size : 1em ;
988
975
}
989
976
990
- .container {
977
+ .container {
991
978
row-gap : 2em ;
992
979
grid-template-columns : 1fr ;
993
980
}
994
981
995
- #contact {
982
+ #contact {
996
983
justify-content : flex-end ;
997
- .p {
984
+ .p {
998
985
font-size : 0.55rem ;
999
986
}
1000
987
}
1001
-
1002
- .abt {
988
+
989
+ .abt {
1003
990
padding-top : 50px ;
1004
991
justify-content : space-evenly ;
1005
992
}
1006
-
1007
993
}
1008
994
1009
- @media only screen and (max-width : 400px ){
1010
-
1011
- .gliched-text {
995
+ @media only screen and (max-width : 400px ) {
996
+ .gliched-text {
1012
997
font-size : 0.75em ;
1013
998
}
1014
999
1015
- .gliched-move {
1000
+ .gliched-move {
1016
1001
font-size : 1em ;
1017
1002
}
1018
-
1019
1003
}
1020
-
1021
- @media only screen and (max-width : 320px ){
1022
-
1023
- #contact {
1024
- textarea {
1025
- height : 20px ;
1026
- }
1027
- }
1028
-
1029
- }
1030
-
1031
-
1032
-
1033
-
0 commit comments