style: adjust font size of side-message
This commit is contained in:
parent
95d4c850dd
commit
08f4ce3e8f
1 changed files with 8 additions and 12 deletions
|
@ -128,18 +128,12 @@ caption {
|
||||||
.site-nav .page-link {
|
.site-nav .page-link {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: var(--font-size-sm);
|
font-size: var(--font-size-base);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.categories {
|
.categories {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*
|
|
||||||
height: 700px;
|
|
||||||
background: url('../assets/background/people_devices.jpg');
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100%;
|
|
||||||
*/
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -160,7 +154,11 @@ caption {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 3px dotted rgba(141, 191, 66, 1);
|
border: 3px dotted rgba(141, 191, 66, 1);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
font-size: var(--font-size-sm);
|
font-size: var(--font-size-base);
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: var(--font-size-lg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#donate-form {
|
#donate-form {
|
||||||
|
@ -378,7 +376,6 @@ iframe.mastodon-embed {
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// #rss-sign-up a,
|
|
||||||
#rss-sign-up em {
|
#rss-sign-up em {
|
||||||
color: #90c049;
|
color: #90c049;
|
||||||
}
|
}
|
||||||
|
@ -508,7 +505,7 @@ iframe.mastodon-embed {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
font-family: "Source Serif Pro", serif;
|
font-family: "Source Serif Pro", serif;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-size: 32px;
|
font-size: var(--font-size-lg);
|
||||||
line-height: 1.04;
|
line-height: 1.04;
|
||||||
text-decoration: underline !important;
|
text-decoration: underline !important;
|
||||||
color: var(--color-brand-complement);
|
color: var(--color-brand-complement);
|
||||||
|
@ -544,7 +541,6 @@ iframe.mastodon-embed {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 0px) and (max-width: 600px) {
|
@media only screen and (min-width: 0px) and (max-width: 600px) {
|
||||||
|
|
||||||
article .post-content p,
|
article .post-content p,
|
||||||
article .post-content ul li,
|
article .post-content ul li,
|
||||||
article .post-content ol li,
|
article .post-content ol li,
|
||||||
|
|
Loading…
Reference in a new issue