Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Looking-Glass.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/basic.css">
<link rel="stylesheet" href="css/theme/dark-classic.css">
<link rel="stylesheet" href="css/mobile.css">

<title>The Looking Glass</title>
<style>
Expand Down
9 changes: 9 additions & 0 deletions css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,12 @@ article {background: var(--c2); border-radius: var(--rc); padding: 1em; box-shad

[style*="--c:"]:first-child, section>section:first-child, article:first-child {margin-left:0}
[style*="--c:"]:last-child, section>section:last-child, article:last-child {margin-right:0}




@media (max-width: 481px) {
body {font-size: 18px}
main,header,footer {width: calc(100% - 32px)}
section,article {flex:none; width:100%; margin-left: 0}
}
5 changes: 0 additions & 5 deletions css/mobile.css

This file was deleted.