Skip to content
Snippets Groups Projects
Commit 62179781e13a authored by Matti Picus's avatar Matti Picus
Browse files

restore deleted css to format content

parent b75235a396d2
No related branches found
No related tags found
No related merge requests found
:root {
--content-width: 1000px;
--content-width: 900px;
--breakpoint: 799px;
--nav-height: 70px;
--nav-background: #d0dad5;
......@@ -49,6 +49,43 @@
padding-top: 18px;
}
/* For flex layout */
.row {
display: flex;
flex-direction: column;
padding: 0;
width: 100%; }
.row .column {
display: block;
flex: 1 1 auto;
margin-left: 0;
max-width: 100%;
width: 100%; }
@media (min-width: 40rem) {
.row {
flex-direction: row;
margin-left: -1.0rem;
width: calc(100% + 2.0rem); }
.row .column {
margin-bottom: inherit;
padding: 0 1.0rem; } }
@media screen and (max-width: 40rem) {
.row .column {
text-align: center; } }
.pb-4 {
padding-bottom: 6rem; }
.text-sm {
font-size: 1rem; }
.text-lg {
font-size: 2rem; }
/* For the responsive navbar, adapted from https://www.taniarascia.com/responsive-dropdown-navigation-bar */
@charset "UTF-8";
......
......@@ -11,7 +11,7 @@
</url>
<url>
<loc>https://www.pypy.org/archive.html</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</url>
<url>
<loc>https://www.pypy.org/blog/</loc>
......@@ -23,7 +23,7 @@
</url>
<url>
<loc>https://www.pypy.org/compat.html</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</url>
<url>
<loc>https://www.pypy.org/contact.html</loc>
......@@ -27,7 +27,7 @@
</url>
<url>
<loc>https://www.pypy.org/contact.html</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</url>
<url>
<loc>https://www.pypy.org/download.html</loc>
......@@ -31,7 +31,7 @@
</url>
<url>
<loc>https://www.pypy.org/download.html</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</url>
<url>
<loc>https://www.pypy.org/features.html</loc>
......@@ -35,7 +35,7 @@
</url>
<url>
<loc>https://www.pypy.org/features.html</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</url>
<url>
<loc>https://www.pypy.org/people.html</loc>
......@@ -39,7 +39,7 @@
</url>
<url>
<loc>https://www.pypy.org/people.html</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</url>
<url>
<loc>https://www.pypy.org/performance.html</loc>
......@@ -43,6 +43,6 @@
</url>
<url>
<loc>https://www.pypy.org/performance.html</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</url>
</urlset>
\ No newline at end of file
......@@ -11,6 +11,6 @@
</sitemap>
<sitemap>
<loc>https://www.pypy.org/sitemap.xml</loc>
<lastmod>2020-02-09T13:13:00Z</lastmod>
<lastmod>2020-02-09T15:31:00Z</lastmod>
</sitemap>
</sitemapindex>
\ No newline at end of file
:root {
--content-width: 1000px;
--content-width: 900px;
--breakpoint: 799px;
--nav-height: 70px;
--nav-background: #d0dad5;
......@@ -49,6 +49,43 @@
padding-top: 18px;
}
/* For flex layout */
.row {
display: flex;
flex-direction: column;
padding: 0;
width: 100%; }
.row .column {
display: block;
flex: 1 1 auto;
margin-left: 0;
max-width: 100%;
width: 100%; }
@media (min-width: 40rem) {
.row {
flex-direction: row;
margin-left: -1.0rem;
width: calc(100% + 2.0rem); }
.row .column {
margin-bottom: inherit;
padding: 0 1.0rem; } }
@media screen and (max-width: 40rem) {
.row .column {
text-align: center; } }
.pb-4 {
padding-bottom: 6rem; }
.text-sm {
font-size: 1rem; }
.text-lg {
font-size: 2rem; }
/* For the responsive navbar, adapted from https://www.taniarascia.com/responsive-dropdown-navigation-bar */
@charset "UTF-8";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment