mobile styling added as per request on reddit

master
Jared Jones 6 years ago
parent c4034f9084
commit 340860eebe
  1. BIN
      favicon.png
  2. 1
      index.html
  3. 18
      styles.css

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -7,6 +7,7 @@
<title>Home</title>
<link rel="stylesheet" href="styles.css">
<link href="favicon.png" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div id="search">

@ -70,6 +70,24 @@ body {
width: 50%;
margin: 1em 0em;
}
@media only screen and (max-width: 960px) {
.container {
height: auto;
}
#clock {
margin-top: 1em;
}
.container > .bookmark-container {
flex-direction: column;
width: 60%;
}
.bookmark-container > .bookmark-set {
width: auto;
margin: 1em 0em;
}
}
.bookmark-set{
padding: 1em;
background-color: #272727;

Loading…
Cancel
Save