Skip to content

Commit 6eb0ba0

Browse files
committed
updated css
1 parent 0d9397c commit 6eb0ba0

File tree

4 files changed

+87
-61
lines changed

4 files changed

+87
-61
lines changed

_site/assets/css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 29 additions & 3 deletions
Loading

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-10-14T12:24:19+02:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Northernmost GraphML Group</title><subtitle>The Northermost GraphML group in the world, based in Tromsø, Norway.
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-10-14T12:30:11+02:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Northernmost GraphML Group</title><subtitle>The Northermost GraphML group in the world, based in Tromsø, Norway.
22
</subtitle></feed>

assets/css/style.scss

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -12,71 +12,71 @@
1212
height: 100px;
1313
object-fit: cover;
1414
margin-right: 20px;
15-
}
15+
}
1616

1717

18-
/* Styling the header */
19-
.site-header .wrapper {
20-
display: flex;
21-
justify-content: space-between; /* Separate branding and navigation */
22-
align-items: center; /* Vertically align items */
23-
padding: 10px 20px;
24-
}
18+
/* Styling the header */
19+
.site-header .wrapper {
20+
display: flex;
21+
justify-content: space-between; /* Separate branding and navigation */
22+
align-items: center; /* Vertically align items */
23+
padding: 10px 20px;
24+
}
2525

26-
/* Styling the branding (logo and site title) */
27-
.branding {
28-
display: flex;
29-
align-items: center;
30-
}
26+
/* Styling the branding (logo and site title) */
27+
.branding {
28+
display: flex;
29+
align-items: center;
30+
}
3131

32-
.site-logo {
33-
height: 50px; /* Adjust the height of the logo as needed */
34-
margin-right: 10px; /* Space between logo and title */
35-
}
32+
.site-logo {
33+
height: 50px; /* Adjust the height of the logo as needed */
34+
margin-right: 10px; /* Space between logo and title */
35+
}
3636

37-
.site-title {
38-
font-size: 1.5em; /* Adjust font size of the site title */
39-
font-weight: bold;
40-
}
37+
.site-title {
38+
font-size: 1.5em; /* Adjust font size of the site title */
39+
font-weight: bold;
40+
}
4141

42-
.site-footer .wrapper {
43-
display: flex;
44-
justify-content: space-between;
45-
align-items: center;
46-
padding: 20px 0;
47-
}
42+
.site-footer .wrapper {
43+
display: flex;
44+
justify-content: space-between;
45+
align-items: center;
46+
padding: 20px 0;
47+
}
4848

49-
.footer-col-wrapper {
50-
display: flex;
51-
justify-content: space-between;
52-
width: 100%;
53-
}
49+
.footer-col-wrapper {
50+
display: flex;
51+
justify-content: space-between;
52+
width: 100%;
53+
}
5454

55-
.footer-col {
56-
flex: 1;
57-
padding: 0 10px;
58-
}
55+
.footer-col {
56+
flex: 1;
57+
padding: 0 10px;
58+
}
5959

60-
.footer-col p,
61-
.footer-col ul {
62-
margin: 0; /* Remove unnecessary margins */
63-
}
60+
.footer-col p,
61+
.footer-col ul {
62+
margin: 0; /* Remove unnecessary margins */
63+
}
6464

65-
.social-links {
66-
display: flex;
67-
align-items: center;
68-
}
65+
.social-links {
66+
display: flex;
67+
align-items: center;
68+
}
6969

70-
.contact-list {
71-
list-style: none;
72-
padding: 0;
73-
margin: 0;
74-
}
70+
.contact-list {
71+
list-style: none;
72+
padding: 0;
73+
margin: 0;
74+
}
7575

76-
.publication {
77-
display: flex;
78-
flex-direction: column;
79-
margin-bottom: 50px; /* Increase this value to add more space between publications */
80-
border-bottom: 1px solid #ddd;
81-
padding-bottom: 15px;
82-
}
76+
.publication {
77+
display: flex;
78+
flex-direction: column;
79+
margin-bottom: 50px; /* Increase this value to add more space between publications */
80+
border-bottom: 1px solid #ddd;
81+
padding-bottom: 15px;
82+
}

0 commit comments

Comments
 (0)