summaryrefslogtreecommitdiff
path: root/CSS/main.css
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-02-13 21:35:32 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2022-02-13 21:35:32 -0500
commit2fe5dfbd7dbbb0f8ad9ccd05a0858cbcecf0f119 (patch)
treeac96b49bf6e147b2ba30ae8589ac5c26f3ffabd2 /CSS/main.css
parentb62f624714c2985d618733996811b8ff90e7a5fe (diff)
Fixed Mobile site Text
Diffstat (limited to 'CSS/main.css')
-rw-r--r--CSS/main.css24
1 files changed, 6 insertions, 18 deletions
diff --git a/CSS/main.css b/CSS/main.css
index 0fbc714..0ba775a 100644
--- a/CSS/main.css
+++ b/CSS/main.css
@@ -71,14 +71,13 @@
margin-top:10px;
margin-bottom:10px;
}
- @media only screen and (max-width: 838px){
+ @media only screen and (orientation: portrait){
.main{
margin:auto;
width:90%;
+ font-size:36px;
}
- }
- @media only screen and (min-height: 1440px){
- li a{
+ li.topLink a{
font-size:36px;
}
.search{
@@ -88,11 +87,6 @@
font-size:256px;
}
}
- @media only screen and (max-width: 1365px){
- .desktop{
- display:none;
- }
- }
}
@media (prefers-color-scheme: dark) {
@@ -168,14 +162,13 @@
margin-top:10px;
margin-bottom:10px;
}
- @media only screen and (max-width: 838px){
+ @media only screen and (orientation: portrait){
.main{
margin:auto;
width:90%;
+ font-size:36px;
}
- }
- @media only screen and (min-height: 1440px){
- li a{
+ li.topLink a{
font-size:36px;
}
.search{
@@ -185,9 +178,4 @@
font-size:256px;
}
}
- @media only screen and (max-width: 1365px){
- .desktop{
- display:none;
- }
- }
} \ No newline at end of file