Skip to content

Commit

Permalink
Basic responsive CSS for papers
Browse files Browse the repository at this point in the history
  • Loading branch information
Songtech-0912 committed Oct 21, 2024
1 parent 0824160 commit 7b794b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/research/html/elara-overview-2024-latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<title>Project Elara Technical Overview</title>
<meta content="TeXmacs 2.1.4" name="generator" charset="utf-8"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="fonts/fonts.css">
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>Ultra-long-distance power transmission and space-based energy
capture</title>
<meta content="TeXmacs 2.1.4" name="generator" charset="utf-8"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="fonts/fonts.css">
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
Expand Down
6 changes: 6 additions & 0 deletions static/research/html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ body {
padding: 5rem 0;
}

@media screen and (max-width: 768px) {
body {
max-width: 90%;
}
}

.verbatim {
font-family: font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace !important;
}

0 comments on commit 7b794b0

Please sign in to comment.