Skip to content

Commit e1b4bf6

Browse files
authored
Merge pull request #6 from jasonstockman/eu-2020
eu horizon 2020 update
2 parents 13932f7 + d0fab60 commit e1b4bf6

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

css/style.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,38 @@ h1 {
9696
border-radius: 5px;
9797
}
9898

99+
header > div {
100+
display: inline-block;
101+
width: 24rem;
102+
}
103+
104+
#eu-horizon {
105+
float: right;
106+
width: 240px;
107+
margin: 1.1rem 0;
108+
}
109+
99110
textarea {
100111
width: 40em;
101112
height: 5em;
102113
max-width: 90%;
103114
}
115+
116+
117+
@media screen and (max-width: 660px) {
118+
header > div img {
119+
display: none;
120+
}
121+
header > div {
122+
width: 14rem;
123+
}
124+
h1 {
125+
font-size: large;
126+
}
127+
p {
128+
padding: 0 .5rem;
129+
}
130+
.block {
131+
margin: 1rem .5rem;
132+
}
133+
}

0 commit comments

Comments
 (0)