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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_page/_terms.scss')
-rw-r--r--assets/css/_page/_terms.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/assets/css/_page/_terms.scss b/assets/css/_page/_terms.scss
index 1e410a8..1cfa021 100644
--- a/assets/css/_page/_terms.scss
+++ b/assets/css/_page/_terms.scss
@@ -4,23 +4,23 @@
.categories-card {
margin: 0 auto;
- margin-top: 3em;
+ margin-top: 3rem;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
- padding: 0 2.5em;
- line-height: 1.6em;
+ padding: 0 2.5rem;
+ line-height: 1.6rem;
.card-item {
- font-size: 14px;
+ font-size: .875rem;
text-align: left;
width: 45%;
display: flex;
align-items: flex-start;
- margin-top: 2em;
- min-height: 10em;
+ margin-top: 2rem;
+ min-height: 10rem;
padding: 0 2%;
position: relative;
@@ -78,6 +78,6 @@
span {
float: right;
- padding-right: 1em;
+ padding-right: 1rem;
}
} \ No newline at end of file