Commit 7af07d54 authored by Athanasios's avatar Athanasios
Browse files

Update style.css

parent 3418b890
Pipeline #3032 passed with stages
in 31 seconds
......@@ -23,6 +23,10 @@ p {
padding-right: 25%;
}
.content ul {
list-style-image: url(../images/list.png);
}
header {
position: relative;
width: 100%;
......@@ -210,4 +214,17 @@ nav a:hover {
.top:hover {
opacity: 1;
}
audio {
width: 100%;
}
.video-container {
width: 100%;
}
.video-container iframe {
width: 100%;
max-width: 560px;
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment