individual css for mobile , minor formatting

This commit is contained in:
Joshua Perry 2022-04-17 12:18:00 +01:00
parent 4a12f06090
commit d36aaf3f91
3 changed files with 17 additions and 0 deletions

View File

@ -87,6 +87,7 @@
.langList {
margin-top: -1em;
margin-bottom: 2em;
display: none;
pointer-events: none;
}

View File

@ -16,6 +16,7 @@
<link rel="stylesheet" href="style/main.css" media = "screen">
<link rel="stylesheet" href="home/index.css" media="screen">
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
<link rel="stylesheet" href="home/index_mobile.css" media ="screen and (max-width:800px)">
</head>
<body id="clicked">

15
home/index_mobile.css Normal file
View File

@ -0,0 +1,15 @@
.bio {
border-top-left-radius: 0em;
border-bottom-left-radius: 0em;
}
.langList {
margin-left: -5em;
font-size: small;
}
.generalInfo {
margin-top: 1em;
margin-left: 2em;
}