summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/skunky.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/css/skunky.css b/css/skunky.css
index c299dab..eb9b350 100644
--- a/css/skunky.css
+++ b/css/skunky.css
@@ -60,6 +60,7 @@ form input, button, select {
color: rgb(160, 0, 147);
}
.content {
+ align-items: center;
border-radius: 3px;
display: flex;
flex-wrap: wrap;
@@ -112,4 +113,31 @@ form input, button, select {
word-break: break-all;
text-align: center;
width: 5%;
+}
+
+@media screen and (orientation: portrait) {
+ header {
+ scale: 155%;
+ justify-content: center;
+ }
+ .content {
+ margin: auto;
+ display: inherit;
+ scale: 100%;
+ }
+ .block {
+ max-width: 60%;
+ }
+}
+
+@media screen and (max-width: 1462px) {
+ .block {
+ max-width: 30%;
+ }
+}
+
+@media screen and (min-width: 788px) and (max-width: 884px) {
+ .block {
+ max-width: 35%;
+ }
} \ No newline at end of file