mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
fix: incorrect text sizes on build copy
Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
width: 100%;
|
||||
max-width: 650px !important;
|
||||
word-wrap: break-word !important;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ p.description {
|
||||
box-shadow: t($boxShadow);
|
||||
}
|
||||
|
||||
font-size: 18px;
|
||||
padding: 7px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
@@ -40,6 +41,7 @@ p.description {
|
||||
.text {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
font-size: medium;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,11 +124,13 @@ p.description {
|
||||
box-shadow: t($boxShadow);
|
||||
}
|
||||
|
||||
font-size: 18px;
|
||||
padding: 7px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: medium;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
max-width: 75%;
|
||||
margin-top: 15px;
|
||||
white-space: pre-wrap;
|
||||
font-size: 18px;
|
||||
|
||||
a {
|
||||
color: var(--modal-link);
|
||||
|
||||
Reference in New Issue
Block a user