Skip to content

Commit 4538d8e

Browse files
author
github-actions[bot]
committed
Built site from 985c828898126e122d6a5be6ab6fa01db8e274ba
1 parent a3adeec commit 4538d8e

14 files changed

+217
-217
lines changed

css/built.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -601,59 +601,61 @@ div, h1, input {
601601
body {
602602
background-color: #eeeeec;
603603
text-rendering: optimizeLegibility;
604+
width: auto;
604605
}
605606

606607
div.nav {
607-
position: absolute;
608-
top: 0;
609-
left: 0;
610-
right: 0;
608+
width: 750px;
609+
margin: 0 auto;
611610
}
612611

613612
ul.nav {
614-
margin: 0 auto;
615-
width: 750px;
616-
height: 40px;
617613
padding-left: 60px;
614+
padding-right: 60px;
618615
padding-top: 18px;
616+
padding-bottom: 18px;
619617
list-style-type: none;
618+
display: flex;
619+
flex-direction: row;
620+
gap: 15px 60px;
620621
}
621622

622623
ul.nav > li {
623-
float: left;
624-
margin-right: 60px;
625624
}
626625

627626
ul.nav > li > a {
628627
text-decoration: none;
629628
text-transform: uppercase;
630629
letter-spacing: 4px;
631-
font-size: 11px;
632630
color: #777;
633631
}
634632

635633
ul.nav > li.brand > a {
636634
color: #444;
635+
font-size: 1.2rem;
636+
font-weight: 600;
637637
}
638638

639639
@media (max-width: 768px) {
640640
div.nav {
641-
position: static;
641+
width: 100%;
642+
/* position: static; */
642643
background-color: #fff;
643644
}
644645
ul.nav {
645646
width: 100%;
646647
padding: 18px 27px;
648+
flex-wrap: wrap;
647649
}
648650
ul.nav > li {
649-
float: left;
650651
margin-right: 30px;
651652
}
652653
}
653654

654655
.reagent-demo {
656+
width: 750px;
655657
background-color: #fff;
656-
margin: 60px -100px;
658+
margin: 0 auto;
657659
padding: 29px 60px 45px 60px;
658660
}
659661

@@ -694,8 +696,6 @@ ul.nav > li.brand > a {
694696
}
695697

696698
.test-output-mini {
697-
text-align: right;
698-
margin-right: -180px;
699699
}
700700

701701
.reagent-demo h2 {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Reagent: Minimalistic React for ClojureScript</title><base/><link href="css/built.css?973e6a" rel="stylesheet"/></head><body><div id="main-content"><div><link rel="preload" as="image" href="https://github.blog/wp-content/uploads/2008/12/forkme_left_orange_ff7600.png"/><div><div class="nav"><ul class="nav"><li class="brand"><a href="index.html">Reagent:</a></li><li><a href="index.html">Intro</a></li><li><a href="news/index.html">News</a></li><li><a href="https://github.com/reagent-project/reagent">GitHub</a></li><li><a href="http://reagent-project.github.io/docs/master/">API</a></li></ul></div><div class="reagent-demo"><h1>Reagent: Minimalistic React for ClojureScript</h1><div class="demo-text"><h2>Introduction to Reagent</h2><p><a href="https://github.com/reagent-project/reagent">Reagent</a> provides a minimalistic interface
2+
<html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Reagent: Minimalistic React for ClojureScript</title><base/><link href="css/built.css?c4ca2a" rel="stylesheet"/></head><body><div id="main-content"><div><link rel="preload" as="image" href="https://github.blog/wp-content/uploads/2008/12/forkme_left_orange_ff7600.png"/><div><div class="nav"><ul class="nav"><li class="brand"><a href="index.html">Reagent:</a></li><li><a href="index.html">Intro</a></li><li><a href="news/index.html">News</a></li><li><a href="https://github.com/reagent-project/reagent">GitHub</a></li><li><a href="http://reagent-project.github.io/docs/master/">API</a></li></ul></div><div class="reagent-demo"><h1>Reagent: Minimalistic React for ClojureScript</h1><div class="demo-text"><h2>Introduction to Reagent</h2><p><a href="https://github.com/reagent-project/reagent">Reagent</a> provides a minimalistic interface
33
between <a href="https://github.com/clojure/clojurescript">ClojureScript</a> and <a href="https://reactjs.org/">React</a>. It allows you to define efficient React
44
components using nothing but plain ClojureScript functions and
55
data, that describe your UI using a <a href="https://github.com/weavejester/hiccup">Hiccup</a>-like
@@ -153,4 +153,4 @@
153153
the browser the slightest.</p><p>Incidentally, this page also uses another React trick: the
154154
entire page is pre-rendered using Node, and <code>reagent.dom.server/render-to-string</code>. When it is loaded
155155
into the browser, React automatically attaches event-handlers to
156-
the already present DOM tree.</p></div></div><a href="https://github.com/reagent-project/reagent" class="github-badge"><img width="149" height="149" style="position:absolute;top:0;left:0;border:0" alt="Fork me on GitHub" src="https://github.blog/wp-content/uploads/2008/12/forkme_left_orange_ff7600.png"/></a></div></div></div><script>var pageConfig = {"page-path":"/index.html"}</script><script src="js/main.js?a4008a" type="text/javascript"></script></body></html>
156+
the already present DOM tree.</p></div></div><a href="https://github.com/reagent-project/reagent" class="github-badge"><img width="149" height="149" style="position:absolute;top:0;left:0;border:0" alt="Fork me on GitHub" src="https://github.blog/wp-content/uploads/2008/12/forkme_left_orange_ff7600.png"/></a></div></div></div><script>var pageConfig = {"page-path":"/index.html"}</script><script src="js/main.js?ba89a2" type="text/javascript"></script></body></html>

0 commit comments

Comments
 (0)