Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit ceef23b

Browse files
Update main.css
1 parent b5cef32 commit ceef23b

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

css/main.css

+49
Original file line numberDiff line numberDiff line change
@@ -787,4 +787,53 @@ body{
787787
font-size:2vmax;
788788
font-weight:300;
789789
margin:0;
790+
}
791+
792+
@media(max-width:800px){
793+
#header-news{
794+
font-size:12px;
795+
margin:4px 0;
796+
}
797+
#navbar-header-div > img{
798+
width:24px;
799+
margin-right:10px;
800+
}
801+
#navbar-header-div > h1{
802+
font-size:20px;
803+
}
804+
#navbar > button{
805+
width:200px;
806+
height:20px;
807+
font-size:14px;
808+
right:90px;
809+
}
810+
#navbar > img{
811+
width:24px;
812+
}
813+
#navbar > img:nth-of-type(1){
814+
right:60px;
815+
}
816+
#navbar > img:nth-of-type(2){
817+
right:35px;
818+
}
819+
#navbar > img:nth-of-type(3){
820+
right:10px;
821+
}
822+
#main-div{
823+
flex-direction:column;
824+
}
825+
#main-div > div:nth-of-type(1){
826+
width:70vw;
827+
text-align:center;
828+
}
829+
#main-div > div:nth-of-type(1) > h1{
830+
font-size:50px;
831+
line-height:55px;
832+
}
833+
#main-div > div:nth-of-type(1) > p{
834+
font-size:12px;
835+
text-align:center;
836+
width:70vw;
837+
margin-top:10px;
838+
}
790839
}

0 commit comments

Comments
 (0)