-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (45 loc) · 938 Bytes
/
style.css
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
/*
Theme Name: Our Lab Theme
Theme URI: https://ligiasalzano.com/ourlabtheme/
Author: Ligia Salzano
Author URI: https://ligiasalzano.com/
Description: A simple theme for scientific dissemination
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ourlabtheme
Tags: science, minimalist, clean, white
*/
/*DEFAULTS*/
img {
max-width: 100%;
height: auto;
}
/*HEADER*/
.site-branding .site-logo {
margin: 0 15px;
}
.site-branding .site-logo h1 {
font-size: 33px;
line-height: 32px;
letter-spacing: 5px;
}
.site-branding .site-description {
font-size: 10px;
line-height: 12px;
}
@media (max-width:768px) {
#site-navigation {
justify-content: flex-end;
}
}
/*PEOPLE*/
@media (min-width:768px) {
.card.person{
min-height: 305px;
}
}
.card.person .keywords{
min-height: 36px;
font-size: 14px;
}