-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-rtl.css
More file actions
77 lines (67 loc) · 2.23 KB
/
Copy pathstyle-rtl.css
File metadata and controls
77 lines (67 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*
Theme Name: Momentum Academy
Theme URI: https://themegrill.com/themes/momentum-academy/
Author: ThemeGrill
Author URI: https://themegrill.com/
Description: Momentum Academy is a modern, fully customizable WordPress block theme designed for educational institutions, online course platforms, e-learning websites, and training centers. Built with Full Site Editing capabilities and fully compatible with Masteriyo LMS, this theme offers flexibility and ease of use for creating professional education websites without coding knowledge. Perfect for schools, universities, tutors, and online academies, Momentum Academy provides seamless integration for courses, lessons, quizzes, student profiles, and enrollment management.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: momentum-academy
Tags: education, blog, portfolio, full-site-editing, block-patterns, block-styles, custom-colors, custom-menu, custom-logo, editor-style, featured-images, flexible-header, one-column, two-columns, three-columns, threaded-comments, translation-ready, wide-blocks
*/
html,
body,
.wp-block-post-author__avatar,
.wp-block-social-links,
.wp-block-post-excerpt__excerpt,
.wp-block-separator {
margin: 0;
padding: 0;
}
html,
body {
overflow-x: hidden;
}
.no-margin-top {
margin-top: 0 !important;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
font-smooth: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: antialiased;
}
body {
font-smooth: auto;
font-smooth: inherit;
-webkit-font-smoothing: inherit;
}
.wp-site-blocks > .wp-block-group {
margin-block-start: 0;
}
.wp-block-columns{
margin-block-start: 0;
margin-block-end: 0;
}
.wp-block-cover{
margin-block-start: 0;
margin-block-end: 0;
}