summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index c22d4002..91d75599 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -400,7 +400,7 @@ section.images {
}
.image:first-child {
margin-left: 0;
- margin-top:10px;
+ /*margin-top:10px;*/
}
.image:nth-child(2),
.image:nth-child(3) {
@@ -432,6 +432,12 @@ section.fullwidth {
section.fullwidth .image {
max-width: 100%;
}
+.image .caption{
+ text-align: center;
+}
+.image .caption.intro-caption{
+ text-align: left;
+}
.caption {
text-align: left;
font-size: 9pt;
@@ -621,7 +627,7 @@ section.intro_section {
background-size: cover;
background-position: bottom left;
padding: 50px 0;
- min-height: 60vh;
+ min-height: 45vh;
display: flex;
justify-content: center;
align-items: center;
@@ -641,7 +647,7 @@ section.intro_section {
.intro_section .hero_subdesc {
font-size: 17px;
line-height: 36px;
- max-width: 640px;
+ max-width: 680px;
font-weight: 400;
color: #ddd;
}
@@ -684,14 +690,15 @@ page-specific formatting
.content-about{
font-color:#ff0;
}
-.content-about > section > ul li{
+.content-about .about-menu ul li{
display:inline-block;
font-size: 12px;
font-weight: 400;
margin-right: 5px;
text-transform: uppercase;
+ margin-right: 10px
}
-.content-about > section > ul li a{
+.content-about .about-menu ul li a{
border-bottom: 0;
}