individual css for mobile , minor formatting
This commit is contained in:
parent
4a12f06090
commit
d36aaf3f91
|
|
@ -87,6 +87,7 @@
|
||||||
|
|
||||||
.langList {
|
.langList {
|
||||||
margin-top: -1em;
|
margin-top: -1em;
|
||||||
|
margin-bottom: 2em;
|
||||||
display: none;
|
display: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
<link rel="stylesheet" href="style/main.css" media = "screen">
|
<link rel="stylesheet" href="style/main.css" media = "screen">
|
||||||
<link rel="stylesheet" href="home/index.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="style/mobile.css" media ="screen and (max-width:800px)">
|
||||||
|
<link rel="stylesheet" href="home/index_mobile.css" media ="screen and (max-width:800px)">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="clicked">
|
<body id="clicked">
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue