Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DrustZ committed May 8, 2024
1 parent e49a386 commit 0e894bf
Showing 1 changed file with 31 additions and 12 deletions.
43 changes: 31 additions & 12 deletions main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
@media only screen and (max-device-width: 500px) {
#Present {
font-size: 0.8em;
}
#Transcribe {
font-size: 0.8em;
}
#aboutlink {
left: 78%;
}
.description button{
position: relative;
}
.right.aligned.column .ui.input {
flex-direction: column;
}
}

@media only screen and (max-device-width: 768px) {
#Present {
font-size: 1em;
}
#Transcribe {
font-size: 1em;
}
#aboutlink {
left: 78%;
}
}


.item > .content{
width: 100%;
}
Expand Down Expand Up @@ -41,18 +72,6 @@
min-height: 5.5em;
}

@media only screen and (max-device-width: 768px) {
#Present {
font-size: 1em;
}
#Transcribe {
font-size: 1em;
}
#aboutlink {
left: 78%;
}
}

#AlignBtn {
text-align: right;
position: relative;
Expand Down

0 comments on commit 0e894bf

Please sign in to comment.