Skip to content
Snippets Groups Projects
Commit a7a5d738 authored by Anderson Tavares's avatar Anderson Tavares
Browse files

Adding more stuff

parent daa43889
No related branches found
No related tags found
No related merge requests found
Pipeline #301 passed
...@@ -20,7 +20,7 @@ body { ...@@ -20,7 +20,7 @@ body {
counter-reset: h2counter; counter-reset: h2counter;
scroll-behavior: smooth; scroll-behavior: smooth;
} }
.blocks2 { .blocks {
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(64px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
grid-gap: 2px; grid-gap: 2px;
...@@ -29,7 +29,7 @@ body { ...@@ -29,7 +29,7 @@ body {
align-items: start; align-items: start;
padding: 2px; padding: 2px;
} }
.block2 { .block {
box-sizing: border-box; box-sizing: border-box;
display: inline-flex; display: inline-flex;
flex-direction: column; flex-direction: column;
...@@ -46,16 +46,13 @@ body { ...@@ -46,16 +46,13 @@ body {
#reg022lines { #reg022lines {
margin-bottom: 5px; margin-bottom: 5px;
} }
.block2.text{ .block.text{
padding-left: 2px; padding-left: 2px;
padding-right: 2px; padding-right: 2px;
} }
.flex-j-center { .flex-j-center {
justify-content: center; justify-content: center;
} }
.blocks2 .block {
display: inline;
}
.figcaption { .figcaption {
text-align: center; text-align: center;
color:#333; color:#333;
...@@ -99,18 +96,6 @@ body { ...@@ -99,18 +96,6 @@ body {
max-width: 100%; max-width: 100%;
} }
.blocks {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
align-items:baseline;
grid-gap: 4px;
grid-auto-columns: 60px;
flex-wrap: wrap;
padding:2px;
}
.reg02euclid, .reg02elem,.reg02pythagthm{
/* grid-row: 1/3; */
}
.reg02eucgeo { .reg02eucgeo {
display: inline-flex; display: inline-flex;
flex-direction: column; flex-direction: column;
...@@ -497,9 +482,22 @@ img.reg02elements { ...@@ -497,9 +482,22 @@ img.reg02elements {
.elevquarter{ .elevquarter{
margin-top: 0em; margin-top: 0em;
} }
.mt01{
margin-top: 0px;
}
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
h1{font-size: 1.4em;} h1{font-size: 1.4em;}
h2{font-size: 1.3em;} h2{font-size: 1.3em;}
h3{font-size: 1.2em;} h3{font-size: 1.2em;}
h4{font-size: 1.1em;} h4{font-size: 1.1em;}
}
@media print {
body{
overflow: auto;
}
.content{
overflow: visible;
}
pre, blockquote, .block {page-break-inside: avoid;}
} }
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment