Files
pfostendynamics.com/css/style.css
T

15 lines
298 B
CSS
Raw Normal View History

2020-11-14 23:48:48 +01:00
.col-sm {
2020-11-17 03:10:30 +01:00
max-height: 80% !important;
2020-11-14 23:48:48 +01:00
}
.col-sm.vert {
2020-11-17 03:10:30 +01:00
max-height: 60% !important;
}
body {
2020-11-17 03:18:51 +01:00
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
2020-11-17 03:10:30 +01:00
}
nav {
2020-11-17 03:18:51 +01:00
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
2020-11-14 23:48:48 +01:00
}