Server changes

This commit is contained in:
teras
2018-01-31 16:44:00 +02:00
committed by Lauri Võsandi
parent 03b1e03d11
commit dbaeb3205e
13 changed files with 269 additions and 74 deletions

View File

@@ -14,10 +14,6 @@ footer, .map {
background-color: #34495e !important;
}
.card {
width: 300px;
margin: 0 auto;
}
.progress {
height:10px;

View File

@@ -8,8 +8,6 @@ h1, h2 {
.headerblock {
height: 25em;
/*background-image: url("http://robot.itcollege.ee/assets/img/sumoesp-soldered.jpg");*/
/*background-size: cover;*/
position: relative;
overflow: hidden;
z-index: 0;
@@ -75,9 +73,6 @@ ul {
font-size: 14pt;
}
a:link, a:visited {
color: white;
}
a:hover {
color: #34495e;
@@ -89,3 +84,24 @@ a:active {
a.highlight:hover{
color: #3498db;
}
.card-title {
white-space: nowrap;
}
.gallery {
padding: 0 auto;
white-space: nowrap;
width: 100%;
height: 200px;
overflow: hidden;
overflow-x: scroll;
}
.gallery img {
display: inline-block;
margin: 0;
padding: 0;
max-width: 100%;
max-height: 100%;
}