mirror of
https://github.com/Jaredk3nt/homepage.git
synced 2024-11-21 15:23:27 +01:00
mobile styling added as per request on reddit
This commit is contained in:
parent
c4034f9084
commit
340860eebe
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
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">
|
||||
|
18
styles.css
18
styles.css
@ -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…
Reference in New Issue
Block a user