Browse Source

Upload files to ''

master
JoanaChicau 3 years ago
parent
commit
5038cab179
  1. 9
      narrowstyle.css

9
narrowstyle.css

@ -52,6 +52,13 @@ iframe, video {
a, button { a, button {
cursor: pointer; cursor: pointer;
} }
.note {
font-size: 0.8rem;
position: fixed;
bottom: 0;
right: 0;
margin: 0.2rem;
}
.about { .about {
font-family: 'Computer Modern Classical Serif Italic'; font-family: 'Computer Modern Classical Serif Italic';
font-size: 1.2rem; font-size: 1.2rem;
@ -64,6 +71,8 @@ a, button {
} }
.about a { .about a {
font-size: 1rem; font-size: 1rem;
color: #ffffe5;
text-decoration: none;
} }
.sidebar { .sidebar {
height: 100%; height: 100%;

Loading…
Cancel
Save