Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-09-09 19:10:43 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-09-09 19:10:43 +0300
commitaf79899c2adef01318f4fe139fa517743bf0a184 (patch)
tree34af85d4fa81da1cd14d3310c0b84376828591ec /assets/css/custom.css
parent8703712ec9ddc1a93ec023bb70633d148e15439c (diff)
another minor cleanup to custom.scss (so much duplication!)
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'assets/css/custom.css')
-rw-r--r--assets/css/custom.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 989d905b..cb5e907e 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -10605,42 +10605,6 @@ blockquote.twitter-tweet {
/* Mobile */
@media (max-width: 768px) {
- h1 {
- font-size: 35px;
- line-height: 120%;
- color: #2a2a36;
- /* text-align: center; */
- font-weight: 500; }
-
- h2 {
- font-size: 35px;
- font-weight: 300;
- line-height: 1.5;
- /* text-align: center; */
- color: #2a2a36; }
-
- h3 {
- font-size: 35px;
- font-weight: 300;
- line-height: 1.5;
- /* text-align: center; */
- color: #2a2a36; }
-
- h4 {
- font-size: 25px;
- font-weight: bold;
- line-height: 1.36;
- color: #2a2a36;
- /* text-align: center; */
- margin-bottom: 20px; }
-
- h5 {
- font-size: 24px;
- font-weight: bold;
- line-height: 1.5;
- /* text-align: center; */
- color: #2a2a36; }
-
.background .topheader {
/* mobile heading above picture */
padding: 0 10px; } }